Skip to content

Fixed assignment bug for build_uri - #133

Merged
Eugene Fedorenko (eedorenko) merged 1 commit into
microsoft:masterfrom
starlord-daniel:patch-1
Jan 9, 2020
Merged

Fixed assignment bug for build_uri#133
Eugene Fedorenko (eedorenko) merged 1 commit into
microsoft:masterfrom
starlord-daniel:patch-1

Conversation

@starlord-daniel

Copy link
Copy Markdown
Member

If the builduri_base is None, the build_uri would never been instantiated causing an error when calling register_aml_model(model_name, exp, run_id, build_id, build_uri). By adding the else statement, this is prevented.

If the builduri_base is None, the build_uri would never been instantiated causing an error when calling register_aml_model(model_name, exp, run_id, build_id, build_uri). By adding the else statement, this is prevented.
@eedorenko
Eugene Fedorenko (eedorenko) merged commit cb27dd6 into microsoft:master Jan 9, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants