Fix flake8 E226 missing whitespace around arithmetic operator

This commit is contained in:
Labrys of Knossos 2019-04-05 12:18:31 -04:00
commit 07ad515b50

View file

@ -870,7 +870,7 @@ def configure_utility_locations():
else:
if SYS_PATH:
os.environ['PATH'] += ':'+SYS_PATH
os.environ['PATH'] += ':' + SYS_PATH
try:
SEVENZIP = subprocess.Popen(['which', '7z'], stdout=subprocess.PIPE).communicate()[0].strip().decode()
except Exception: