summaryrefslogtreecommitdiffstats
path: root/main.py
diff options
context:
space:
mode:
Diffstat (limited to 'main.py')
-rwxr-xr-xmain.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.py b/main.py
index 2e1058d4..b00aadbd 100755
--- a/main.py
+++ b/main.py
@@ -425,7 +425,7 @@ class _Repo:
425 error_info = json.dumps( 425 error_info = json.dumps(
426 { 426 {
427 "ErrorType": type(error).__name__, 427 "ErrorType": type(error).__name__,
428 "Project": project, 428 "Project": str(project),
429 "Message": str(error), 429 "Message": str(error),
430 } 430 }
431 ) 431 )