Skip to content

Commit

Permalink
fix bug in path
Browse files Browse the repository at this point in the history
  • Loading branch information
Ivanderkelen committed Dec 10, 2024
1 parent 257d05c commit 8071ab1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion check_resource_usage/VSC_monitoring/monitoring.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@

#Get the git directory
git_dir = os.popen('git rev-parse --show-toplevel').read().strip()
git_dir='..'
#git_dir='..'
path = Path(git_dir) / f"VSC_monitoring/"

file = f"requested_resources_{year}.csv"
Expand Down

0 comments on commit 8071ab1

Please sign in to comment.