Skip to content
Snippets Groups Projects
Commit aa11f0a7 authored by Henrik tom Wörden's avatar Henrik tom Wörden
Browse files

FIX: set unset variable

parent a4c593ea
Branches
Tags
1 merge request!105REL: v0.4.0
Pipeline #33262 passed
...@@ -1457,6 +1457,7 @@ def main(): ...@@ -1457,6 +1457,7 @@ def main():
if args.add_cwd_to_path: if args.add_cwd_to_path:
sys.path.append(os.path.abspath(".")) sys.path.append(os.path.abspath("."))
restrict_path = None
if args.restrict_path: if args.restrict_path:
restricted_path = split_restricted_path(args.restrict_path) restricted_path = split_restricted_path(args.restrict_path)
if args.restrict: if args.restrict:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment