Skip to content

Commit

Permalink
Update notifiers.py
Browse files Browse the repository at this point in the history
  • Loading branch information
zSeriesGuy committed Sep 19, 2020
1 parent f53069c commit bf454e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plexpy/notifiers.py
Original file line number Diff line number Diff line change
Expand Up @@ -3053,7 +3053,7 @@ def run_script(self, script):
})

if self.pythonpath:
env['PYTHONPATH'] = os.path.dirname(sys.executable) + ';' + os.pathsep.join([p for p in sys.path if p])
env['PYTHONPATH'] = os.path.dirname(sys.executable) + os.pathsep + os.pathsep.join([p for p in sys.path if p])
env['PATH'] = env['PYTHONPATH']

try:
Expand Down

0 comments on commit bf454e1

Please sign in to comment.