Skip to content

Commit

Permalink
getting the json figured out
Browse files Browse the repository at this point in the history
  • Loading branch information
Aarsh2001 committed Nov 5, 2023
1 parent 71898cd commit 6e32d0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pilot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
shell: python
run: |
import json
with open(~/files.json, r) as f:
with open(./files.json, r) as f:
data = json.load(f)
print(data)
Expand Down

0 comments on commit 6e32d0e

Please sign in to comment.