Skip to content

Commit 9775d8f

Browse files
authored
Apply suggestions from code review
1 parent 792c0a6 commit 9775d8f

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

src/blurb/blurb.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1371,11 +1371,9 @@ def handle_option(s, dict):
13711371
kwargs[consume_after] = a
13721372
consume_after = None
13731373
continue
1374-
13751374
if done_with_options:
13761375
filtered_args.append(a)
13771376
continue
1378-
13791377
if a.startswith('-'):
13801378
if a == "--":
13811379
done_with_options = True
@@ -1385,7 +1383,6 @@ def handle_option(s, dict):
13851383
for s in a[1:]:
13861384
handle_option(s, short_options)
13871385
continue
1388-
13891386
filtered_args.append(a)
13901387

13911388
if consume_after:

0 commit comments

Comments
 (0)