Skip to content

Commit

Permalink
remove code when using datastore
Browse files Browse the repository at this point in the history
  • Loading branch information
hmeiland committed Dec 22, 2023
1 parent cb3908e commit ff59514
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions amlslurm/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -175,6 +175,7 @@ def sbatch(vargs=None):
print("relative pwd: " + datastore_pwd)
output_path = "azureml://datastores/" + datastore[0] + "/paths/" + datastore_pwd
outputs = {"job_workdir": Output(type=AssetTypes.URI_FOLDER, path=output_path, mode=InputOutputModes.RW_MOUNT)}
job_code = None

command_job = command(
code=job_code,
Expand Down

0 comments on commit ff59514

Please sign in to comment.