Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
smuzaffar committed Oct 24, 2024
1 parent 568dd7b commit e590cb2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crab/pset.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ def cmsbot_crab_test():
from subprocess import getstatusoutput
from FWCore.Version.cmsbot_crab_test import CMSBOT_CRAB_TEST
cmsbot_exit, cmsbot_out = getstatusoutput("cmsbot_crab_test.sh")
if e or (o != "OK") or (CMSBOT_CRAB_TEST != "OK"):
if cmsbot_exit or (cmsbot_out != "OK") or (CMSBOT_CRAB_TEST != "OK"):
sys.exit(1)

cmsbot_crab_test()
Expand Down

0 comments on commit e590cb2

Please sign in to comment.