summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <lwirzenius@wikimedia.org>2019-07-04 16:59:59 +0300
committerLars Wirzenius <lwirzenius@wikimedia.org>2019-07-04 16:59:59 +0300
commit0cade754f125bd65bd657fa2b78240a5b7b7f61c (patch)
treea81b48bcdf476b62eebec8da18f8893befd250a7
parent9bbd23cb30620f315f4b5a7e94444587a88dcd3c (diff)
downloadwmf-ci-arch-0cade754f125bd65bd657fa2b78240a5b7b7f61c.tar.gz
Add: newline to success message for /updaterepo
-rwxr-xr-xapi.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/api.py b/api.py
index 7544f0f..a20b8fc 100755
--- a/api.py
+++ b/api.py
@@ -218,7 +218,7 @@ class VCSWorker(API):
dirname, self.GITLAB_DOMAIN, self.GITLAB_PROJECT, ref,
name)
if ok:
- return 'Repository copied successfully'
+ return 'Repository copied successfully\n'
logging.error('Something went wrong when copying repository')
return bottle.HTTPError(418)