Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error when invoking without -ignoretagsregex #26

Open
rchekaluk opened this issue Aug 20, 2018 · 2 comments
Open

Error when invoking without -ignoretagsregex #26

rchekaluk opened this issue Aug 20, 2018 · 2 comments

Comments

@rchekaluk
Copy link

$ 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
@hposca
Copy link
Contributor

hposca commented Oct 26, 2018

This was solved on #27 apparently

@archetypalsxe
Copy link

Confirmed that this is no longer occurring

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants