Skip to content

exception handling #1

@kgskgs

Description

@kgskgs

throughout the script
except Exception: print (e)

should be replaced by:

except Exception as e: print (e)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions