Skip to content

Commit

Permalink
Typo (inconsitent->inconsistent)
Browse files Browse the repository at this point in the history
  • Loading branch information
fbarreir committed Aug 29, 2024
1 parent 956e2d7 commit 15ba8d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pandaserver/taskbuffer/TaskBuffer.py
Original file line number Diff line number Diff line change
Expand Up @@ -1311,7 +1311,7 @@ def getScriptOfflineRunning(self, pandaID, days=None):
tmpPars = tmpJob.jobParameters.split("\n")
tmpTrfs = tmpJob.transformation.split("\n")
if not (len(tmpRels) == len(tmpPars) == len(tmpTrfs)):
return "ERROR: The number of releases or parameters or trfs is inconsitent with others"
return "ERROR: The number of releases or parameters or trfs is inconsistent with others"
# construct script
scrStr = "#retrieve inputs\n\n"
# collect inputs
Expand Down

0 comments on commit 15ba8d8

Please sign in to comment.