prevent UnboundLocalError when sourcing files (#10950)
Patch extracted from #7536 courtesy of @mgsternberg
This commit is contained in:
parent
bffe3a605f
commit
70e436e932
@ -542,6 +542,7 @@ def return_separator_if_any(*args):
|
|||||||
search = sep.join(after_list[start:end + 1])
|
search = sep.join(after_list[start:end + 1])
|
||||||
except IndexError:
|
except IndexError:
|
||||||
env.prepend_path(x, after)
|
env.prepend_path(x, after)
|
||||||
|
continue
|
||||||
|
|
||||||
if search not in before:
|
if search not in before:
|
||||||
# We just need to set the variable to the new value
|
# We just need to set the variable to the new value
|
||||||
|
Loading…
Reference in New Issue
Block a user