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

Error when invoking without -ignoretagsregex #26

Description

@rchekaluk
$ python main.py
Traceback (most recent call last):
  File "main.py", line 211, in <module>
    os.environ["IGNORE_TAGS_REGEX"] = args.ignoretagsregex
  File "/usr/lib64/python2.7/os.py", line 471, in __setitem__
    putenv(key, item)
TypeError: must be string, not None

Workaround:

$ python main.py -ignoretagsregex dummy

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions