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 779a7ad commit 350c4f2Copy full SHA for 350c4f2
src/codegen/sdk/utils.py
@@ -353,7 +353,7 @@ def use_cwd(path):
353
354
Example:
355
```python
356
- with use_cwd('/path/to/directory'):
+ with use_cwd("/path/to/directory"):
357
# Code here runs with the working directory set to '/path/to/directory'
358
...
359
# Working directory is restored to the original
@@ -365,4 +365,3 @@ def use_cwd(path):
365
yield path
366
finally:
367
os.chdir(old_cwd)
368
-
0 commit comments