[bugfix] wrong usage of instrinsic function list()

This commit is contained in:
2017-07-17 11:50:51 +02:00
parent 7f0ab4dd94
commit 7e0f4efbcc
3 changed files with 3 additions and 2 deletions

View File

@@ -1 +1 @@
b286-dirty
7f0a-dirty

View File

@@ -196,7 +196,7 @@ class Data(object):
from pylot.core.util.defaults import OUTPUTFORMATS
if not type(fcheck)==list:
fcheck=list(fcheck)
fcheck=[fcheck]
try:
evtformat = OUTPUTFORMATS[fnext]