Loading ccserver/jobs.py +1 −1 Original line number Diff line number Diff line Loading @@ -165,7 +165,7 @@ class BaseJob(dict, Thread, object): exported = {} for key, val in self.iteritems(): if key.startswith('_') or (props is not None and key in props): if key.startswith('_') or (props is not None and key not in props): continue if isinstance(val, datetime): now = datetime.now() Loading Loading
ccserver/jobs.py +1 −1 Original line number Diff line number Diff line Loading @@ -165,7 +165,7 @@ class BaseJob(dict, Thread, object): exported = {} for key, val in self.iteritems(): if key.startswith('_') or (props is not None and key in props): if key.startswith('_') or (props is not None and key not in props): continue if isinstance(val, datetime): now = datetime.now() Loading