Opened 6 years ago
Closed 6 years ago
#2260 closed defect (fixed)
typo in map/data/fileformats.py
Reported by: | Tristan Croll | Owned by: | Tom Goddard |
---|---|---|---|
Priority: | moderate | Milestone: | |
Component: | Volume Data | Version: | |
Keywords: | Cc: | ||
Blocked By: | Blocking: | ||
Notify when closed: | Platform: | all | |
Project: | ChimeraX |
Description
Line 114:
prefixes = sum([f.prefixes for s in file_formats], [])
I think that s
should be an f
?
Note:
See TracTickets
for help on using tickets.
Fixed.
Thanks for catching that.