Skip to content

Commit 9c612c8

Browse files
committed
Clean up formatting
Signed-off-by: Stephen Gallagher <sgallagh@redhat.com>
1 parent c5647ba commit 9c612c8

1 file changed

Lines changed: 5 additions & 4 deletions

File tree

mmdzanata/cli.py

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -117,10 +117,11 @@ def extract(ctx, upload):
117117
# payload format is not documented.
118118

119119
# First ensure that the requested branch exists in Zanata
120-
zanata_args = ['/usr/bin/zanata-cli', '-B', '-e', 'put-version',
121-
'--url', ctx.parent.obj['zanata_url'],
122-
'--version-project', ctx.parent.obj['zanata_project'],
123-
'--version-slug', ctx.parent.obj['branch']]
120+
zanata_args = [
121+
'/usr/bin/zanata-cli', '-B', '-e', 'put-version',
122+
'--url', ctx.parent.obj['zanata_url'],
123+
'--version-project', ctx.parent.obj['zanata_project'],
124+
'--version-slug', ctx.parent.obj['branch']]
124125
result = subprocess.run(zanata_args, capture_output=True)
125126
if result.returncode or ctx.parent.obj['debug']:
126127
print(result.stderr.decode('utf-8'))

0 commit comments

Comments
 (0)