Skip to content

Commit

Permalink
bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Ivanderkelen committed Dec 10, 2024
1 parent 525908c commit 280ce39
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions check_resource_usage/VSC_monitoring/monitoring.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@

#Get the git directory
git_dir = os.popen('git rev-parse --show-toplevel').read().strip()
git_dir = git_dir.rsplit("/storage4climate", 1)[0]
#git_dir='..'
path = Path(git_dir) / f"VSC_monitoring/"

Expand Down

0 comments on commit 280ce39

Please sign in to comment.