You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This will never evaluate to True: The character count is wrong. startswith would be better... or the three if-thens could be replaced with a single regex.
The text was updated successfully, but these errors were encountered:
Looks like a pretty clear case of copy-paste error. I've fixed it in PR 100, but I don't have an ftp server handy to test against. @mccalluc do you know where we could get one? If we can find a stable one, I'd be happy to amend a test for this.
higlass-server/tilesets/management/commands/ingest_tileset.py
Line 34 in 5a189e2
This will never evaluate to True: The character count is wrong.
startswith
would be better... or the three if-thens could be replaced with a single regex.The text was updated successfully, but these errors were encountered: