test
This commit is contained in:
parent
b4f5652cd3
commit
966a8a1e9b
@ -104,7 +104,7 @@ def get_file_path_list(arr):
|
|||||||
|
|
||||||
env_paths = []
|
env_paths = []
|
||||||
for env_path_key in valid_keys:
|
for env_path_key in valid_keys:
|
||||||
env_path = os.environ[x]
|
env_path = os.environ[env_path_key]
|
||||||
if "|" in env_path:
|
if "|" in env_path:
|
||||||
env_paths.extend(env_path.split("|"))
|
env_paths.extend(env_path.split("|"))
|
||||||
else:
|
else:
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user