Skip to content

Commit

Permalink
Black formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
gartung committed Nov 5, 2024
1 parent 3b8921b commit 35565ba
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions crab/CMSSW_5_3_X/pset.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,11 @@
# Testing cmsbot crab setup
def cmsbot_crab_test():
import sys

try:
from subprocess import getstatusoutput
from subprocess import getstatusoutput
except:
from commands import getstatusoutput
from commands import getstatusoutput
from FWCore.Version.cmsbot_crab_test import CMSBOT_CRAB_TEST

cmsbot_exit, cmsbot_out = getstatusoutput("cmsbot_crab_test.sh")
Expand Down

0 comments on commit 35565ba

Please sign in to comment.