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 93e3683 commit 2f07ef1Copy full SHA for 2f07ef1
src/scripts/sample_script.py
@@ -1,3 +1,3 @@
1
def run():
2
- f = open('../api_server/test.txt', 'w')
+ f = open('./output_data/test.txt', 'w')
3
f.write('test script')
0 commit comments