From 8071ab1d9052cfd0a6b63063f0cd20c727c2118f Mon Sep 17 00:00:00 2001 From: Inne Vanderkelen Date: Tue, 10 Dec 2024 14:45:08 +0100 Subject: [PATCH] fix bug in path --- check_resource_usage/VSC_monitoring/monitoring.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/check_resource_usage/VSC_monitoring/monitoring.py b/check_resource_usage/VSC_monitoring/monitoring.py index 71eb81c..c643de8 100644 --- a/check_resource_usage/VSC_monitoring/monitoring.py +++ b/check_resource_usage/VSC_monitoring/monitoring.py @@ -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"