Skip to content

Commit 72ac85a

Browse files
authored
Update download_utils.py
1 parent 6f9c081 commit 72ac85a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/azureml-assets/azureml/assets/model/download_utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ def _onerror(func, path, exc_info):
9494
raise
9595

9696

97-
def run_cmd(cmd, cwd: Path | None = None, env: dict | None = None) -> int:
97+
def run_cmd(cmd, cwd: Path | None = None, env: dict | None = None) -> int:
9898
"""Run the command and returns the result."""
9999
logger.print(cmd)
100100
result = subprocess.run(

0 commit comments

Comments
 (0)