Skip to content
This repository was archived by the owner on Apr 9, 2021. It is now read-only.
This repository was archived by the owner on Apr 9, 2021. It is now read-only.

Change except: to except Exception: #1

@adamn

Description

@adamn

Currently, when using try: except:, if somebody pushes ctrl-c in any of those loops, the except catches and it continues on. Please change to:

try:
  pass
except Exception:
  raise

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions