shrewmouse1

Results 1 issues of shrewmouse1

In versioninforeader.py change line 42 from ` with open('/dev/null', 'w') as devnull: ` ` with open(os.devnull, 'w') as devnull: `