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 061f07d commit 78065ffCopy full SHA for 78065ff
tests/integ/sagemaker/jumpstart/conftest.py
@@ -64,7 +64,7 @@ def _setup():
64
print(f"Created new hub: {test_hub_name}")
65
except Exception as e:
66
if "ResourceLimitExceeded" in str(e):
67
- print(f"Hub limit reached. Cleaning up old hubs...")
+ print("Hub limit reached. Cleaning up old hubs...")
68
_cleanup_old_hubs(get_sm_session())
69
# Retry creating the hub
70
hub.create(description=test_hub_description)
0 commit comments