mirror of
https://github.com/clinton-hall/nzbToMedia.git
synced 2025-08-21 13:53:15 -07:00
Fix flake8 E226 missing whitespace around arithmetic operator
This commit is contained in:
parent
87e813f062
commit
07ad515b50
1 changed files with 1 additions and 1 deletions
|
@ -870,7 +870,7 @@ def configure_utility_locations():
|
||||||
|
|
||||||
else:
|
else:
|
||||||
if SYS_PATH:
|
if SYS_PATH:
|
||||||
os.environ['PATH'] += ':'+SYS_PATH
|
os.environ['PATH'] += ':' + SYS_PATH
|
||||||
try:
|
try:
|
||||||
SEVENZIP = subprocess.Popen(['which', '7z'], stdout=subprocess.PIPE).communicate()[0].strip().decode()
|
SEVENZIP = subprocess.Popen(['which', '7z'], stdout=subprocess.PIPE).communicate()[0].strip().decode()
|
||||||
except Exception:
|
except Exception:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue