Ubuntu Pastebin

Paste from ahasenack at Mon, 14 Aug 2017 18:27:27 +0000

Download as text
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
$ git ubuntu lint
Traceback (most recent call last):
  File "/snap/git-ubuntu/131/bin/git-ubuntu", line 18, in <module>
    main()
  File "/snap/git-ubuntu/131/gitubuntu/__main__.py", line 5, in main
    import argparse
  File "/snap/git-ubuntu/131/usr/lib/python3.6/argparse.py", line 89, in <module>
    import re as _re
  File "/snap/git-ubuntu/131/usr/lib/python3.6/re.py", line 142, in <module>
    class RegexFlag(enum.IntFlag):
AttributeError: module 'enum' has no attribute 'IntFlag'
Download as text