Skip to content

a stupid, stupid thing

Reed Essick requested to merge filename-mismatch into master

changed a subtle issue associated with non-integer start, end times. our filenames get confused when there int(start)-int(end)!=int(start-end), which occassionally happened. This should resolve that by replacing the only time we used start-end to generate a path in idq.names

Merge request reports