We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a22ff17 commit a45bc10Copy full SHA for a45bc10
ads/opctl/model/cmds.py
@@ -54,5 +54,5 @@ def _download_model(ocid, artifact_directory, oci_auth, region, bucket_uri, time
54
bucket_uri=bucket_uri,
55
)
56
except Exception as e:
57
- print(str(e))
+ print(type(e))
58
shutil.rmtree(artifact_directory, ignore_errors=True)
0 commit comments