Skip to content

Commit

Permalink
Use Python "-I" option to isolate user environment
Browse files Browse the repository at this point in the history
Issue #276
  • Loading branch information
xxyzz committed Nov 23, 2024
1 parent 0afe6ab commit 2552086
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions parse_job.py
Original file line number Diff line number Diff line change
Expand Up @@ -196,6 +196,7 @@ def do_job(
data.plugin_path = str(data.plugin_path)
args = [
py_path,
"-I", # isolate user env
str(data.plugin_path),
json.dumps(asdict(data)),
dump_prefs(prefs),
Expand Down

0 comments on commit 2552086

Please sign in to comment.