diff options
Diffstat (limited to 'main.py')
-rwxr-xr-x | main.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 | ) |