Skip to content

Commit 2f07ef1

Browse files
committed
fix exec api endpoint
1 parent 93e3683 commit 2f07ef1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/scripts/sample_script.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
def run():
2-
f = open('../api_server/test.txt', 'w')
2+
f = open('./output_data/test.txt', 'w')
33
f.write('test script')

0 commit comments

Comments
 (0)