Skip to content

Commit

Permalink
fix sources_directory_train variable name (#146)
Browse files Browse the repository at this point in the history
  • Loading branch information
jotaylo authored and eedorenko committed Jan 23, 2020
1 parent faeeef9 commit 6cacc3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ml_service/util/create_scoring_image.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
args = parser.parse_args()

model = Model(ws, name=e.model_name, version=e.model_version)
sources_dir = e.sources_dir
sources_dir = e.sources_directory_train
if (sources_dir is None):
sources_dir = 'code'
path_to_scoring = os.path.join(".", sources_dir, "scoring")
Expand Down

0 comments on commit 6cacc3c

Please sign in to comment.