mirror of
https://github.com/clinton-hall/nzbToMedia.git
synced 2025-08-21 05:43:16 -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:
|
||||
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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue