diff --git a/data/get_exp_data.py b/data/get_exp_data.py index 5844c2dff5..c6c8ce422d 100755 --- a/data/get_exp_data.py +++ b/data/get_exp_data.py @@ -78,6 +78,10 @@ def main(): # Possibly try multiple sources to get file. ret = 0 for url in src_dict[args.filename]: + # Convert local paths to URLs + if os.path.isfile(url): + url = 'file://' + url + is_local_path, local_path = get_local_path(url) if local_path is not None: