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

FIX: fix typo

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