[bugfix] wrong usage of instrinsic function list()
This commit is contained in:
@@ -1 +1 @@
|
||||
b286-dirty
|
||||
7f0a-dirty
|
||||
|
||||
@@ -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]
|
||||
|
||||
Reference in New Issue
Block a user