Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
s1_reader: fix safe_path for directories (#91)
* s1_reader: fix safe_path for directories _burst_from_safe_dir used os.listdir, which does not have "measurement" in the returned names like the zip file list does this fixes #90 * return a string instead of list
- Loading branch information