Skip to content
Snippets Groups Projects
Commit 6030c8b7 authored by Vermaat's avatar Vermaat
Browse files

Allow leading whitespace in batch input (#107)

git-svn-id: https://humgenprojects.lumc.nl/svn/mutalyzer/trunk@588 eb6bd6ab-9ccd-42b9-aceb-e2899b4a52f1
parent 76e90a4c
No related branches found
No related tags found
No related merge requests found
......@@ -171,6 +171,7 @@ class File() :
try :
# Todo: delimiters in config file
dialect = csv.Sniffer().sniff(buf, delimiters="\t ;|,")
dialect.skipinitialspace = True
except csv.Error:
#self.__output.addMessage(__file__, 4, "EBPARSE", e)
#return None
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment