Skip to content

Commit

Permalink
for workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
efeyazgan committed Jan 12, 2024
1 parent bf0c322 commit 88de9cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/utils/request_fragment_check.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ def get_request(prepid):
json.dump(result,f)
sys.exit()
else:
with open("request_"+prepid+".json") as f:
with open("bin/utils/request_"+prepid+".json") as f:
print(f)
result = json.load(f)
if not result:
Expand Down

0 comments on commit 88de9cd

Please sign in to comment.