Skip to content

Commit

Permalink
fix type
Browse files Browse the repository at this point in the history
  • Loading branch information
fstagni committed Feb 17, 2021
1 parent e268e57 commit 8cb0f69
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -588,7 +588,7 @@ def export_getJobParameters(cls, jobIDs, parName=None):
return cls.jobDB.getJobParameters(jobIDs, parName)

##############################################################################
types_getAtticJobParameters = [[int, long]]
types_getAtticJobParameters = [list(six.integer_types)]

@classmethod
def export_getAtticJobParameters(cls, jobID, parameters=None, rescheduleCycle=-1):
Expand Down

0 comments on commit 8cb0f69

Please sign in to comment.