Skip to content

Commit d9cc9b3

Browse files
author
Kevin D Smith
committed
Fix formatting
1 parent 1b8b5ee commit d9cc9b3

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

cicd/tar2conda.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -312,8 +312,9 @@ def main(url, args):
312312

313313
print_err('>' + ' '.join(cmd))
314314
try:
315-
print_err(subprocess.check_output(cmd,
316-
stderr=subprocess.STDOUT).decode('utf-8'))
315+
print_err(
316+
subprocess.check_output(cmd,
317+
stderr=subprocess.STDOUT).decode('utf-8'))
317318
except subprocess.CalledProcessError as exc:
318319
out = exc.output.decode('utf-8')
319320
print_err(out)

0 commit comments

Comments
 (0)