From d463fcc37df3d2e2fb0943390073bfe5fc72ef1e Mon Sep 17 00:00:00 2001 From: "Sigmund, Dominik" <dominik.sigmund@br.de> Date: Mon, 31 Jul 2023 10:01:06 +0000 Subject: [PATCH] Update file script.py --- script.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script.py b/script.py index c7ca559..b213155 100644 --- a/script.py +++ b/script.py @@ -66,7 +66,7 @@ def get_disk_space(): free_space_on_data = data_info[3] data_percentage = data_info[4] - return f"{free_space_on_data} ({data_percentage}%)" + return f"{free_space_on_data} ({data_percentage})" def get_total_commits_last_month(gl): # Calculate the date range for the last month -- GitLab