Index: cms/translations/xtm/projects_handler.py |
diff --git a/cms/translations/xtm/projects_handler.py b/cms/translations/xtm/projects_handler.py |
index 95bb86620bc77978916cf338aeae16c00abdbc2b..5509778395198d3474c14b322a177da3664d5cfd 100644 |
--- a/cms/translations/xtm/projects_handler.py |
+++ b/cms/translations/xtm/projects_handler.py |
@@ -76,6 +76,7 @@ def create_project(args, api, source): |
files=files_to_upload, |
) |
except Exception as err: |
+ print('Caught exception: ', err) |
sys.exit(err) |
logging.info(const.InfoMessages.PROJECT_CREATED.format(project_id)) |