debug url reading

This commit is contained in:
Eric Coissac
2025-11-18 15:30:06 +01:00
parent 4603d7973e
commit cef29005a5
3 changed files with 9 additions and 3 deletions

View File

@@ -112,7 +112,6 @@ func ReadSequencesFromFile(filename string,
var err error
options = append(options, OptionsSource(obiutils.RemoveAllExt((path.Base(filename)))))
file, err = obiutils.Ropen(filename)
if err == obiutils.ErrNoContent {