Skip to content
Snippets Groups Projects
Verified Commit d06f3849 authored by Mattia Rizzolo's avatar Mattia Rizzolo
Browse files

make sure that PATH is properly mangled for all actions, not just when running the comparator

Fixes: #303


Signed-off-by: Mattia Rizzolo's avatarMattia Rizzolo <mattia@debian.org>
parent 0e8eadf8
No related branches found
No related tags found
No related merge requests found
Pipeline #367635 failed
......@@ -686,7 +686,6 @@ def run_diffoscope(parsed_args):
)
configure(parsed_args)
set_path()
normalize_environment()
path1, path2 = parsed_args.path1, parsed_args.path2
......@@ -748,6 +747,7 @@ def main(args=None):
sys.exit(2)
parsed_args = None
set_path()
try:
with profile("main", "parse_args"):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment