We had a problem that the gpx reader function still executed even though the path did not exist, and then an error was only thrown in the last line pd.concat(pfs_list, ignore_index=True) with the error no objects to concatenate. There should be an error Path does not exist or so
We had a problem that the gpx reader function still executed even though the path did not exist, and then an error was only thrown in the last line
pd.concat(pfs_list, ignore_index=True)
with the errorno objects to concatenate
. There should be an errorPath does not exist
or so