mirror of
https://gitlab.wikimedia.org/ladsgroup/Phabricator-maintenance-bot
synced 2024-11-08 13:12:38 +01:00
Add extra line to make jenkins pass for WikimediaMessages
This commit is contained in:
parent
d153fb20ea
commit
299d7645e7
1 changed files with 1 additions and 1 deletions
|
@ -52,7 +52,7 @@ class WikimediaMessagesPatchMaker(GerritBot):
|
||||||
def _write_json(self, path, content):
|
def _write_json(self, path, content):
|
||||||
with open(path, 'w') as f:
|
with open(path, 'w') as f:
|
||||||
f.write(json.dumps(content, ensure_ascii=False,
|
f.write(json.dumps(content, ensure_ascii=False,
|
||||||
indent='\t', sort_keys=True))
|
indent='\t', sort_keys=True) + '\n')
|
||||||
|
|
||||||
|
|
||||||
class DnsPatchMaker(GerritBot):
|
class DnsPatchMaker(GerritBot):
|
||||||
|
|
Loading…
Reference in a new issue