DiamondLightSource / DiamondLightSource/Savu
passing tiff folder path
Open
- Dominant language
- Python
- Stars
- 43
- Forks
- 42
- PR merge metrics
- No merged PRs in 30d
Description
For tiff inputs a folder path is passed instead of a file path. This will create a problem when creating output directory name.
line 115, in set_output_folder
name = os.path.basename(in_file.split('.')[-2])
IndexError: list index out of range
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.