We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9abcd28 commit a0efed2Copy full SHA for a0efed2
src/sagemaker/_studio.py
@@ -65,7 +65,7 @@ def _find_config(working_dir=None):
65
wd = Path(working_dir) if working_dir else Path.cwd()
66
67
path = None
68
-
+
69
# Get the root of the current working directory for both Windows and Unix-like systems
70
root = Path(wd.anchor)
71
while path is None and wd != root:
0 commit comments