Skip to content

Commit

Permalink
Continue if LST is skipped by user
Browse files Browse the repository at this point in the history
  • Loading branch information
Audionut committed Sep 6, 2024
1 parent 7fb6b1b commit 78cd997
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions upload.py
Original file line number Diff line number Diff line change
Expand Up @@ -355,12 +355,12 @@ async def do_the_thing(base_dir):

upload_to_lst = meta['unattended'] or cli_ui.ask_yes_no(f"Upload to LST? (draft: {draft}) (modq: {modq}) {debug}", default=meta['unattended'])
if not upload_to_lst:
return
continue

console.print("Uploading to LST")

if check_banned_group('LST', lst.banned_groups, meta):
return
continue

dupes = await lst.search_existing(meta)
dupes = await common.filter_dupes(dupes, meta)
Expand Down

0 comments on commit 78cd997

Please sign in to comment.