Skip to content

Commit 949a36d

Browse files
committed
fix flake8
1 parent 034ca0f commit 949a36d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

planemo/commands/cmd_shed_update.py

+1-2
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,6 @@ def cli(ctx, paths, **kwds):
7171

7272
shed_context = shed.get_shed_context(ctx, **kwds)
7373

74-
7574
def update(realized_repository):
7675
collected_data['results']['total'] += 1
7776
upload_ret_code = 0
@@ -122,7 +121,7 @@ def update(realized_repository):
122121
return 1
123122

124123
exit_code = shed.for_each_repository(ctx, update, paths, **kwds)
125-
124+
126125
if kwds.get('report_xunit', False):
127126
with open(kwds['report_xunit'], 'w') as handle:
128127
handle.write(build_report.template_data(

0 commit comments

Comments
 (0)