Skip to content

Commit

Permalink
fix import and remove debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
spiga committed Jun 14, 2013
1 parent be5c0bb commit 95847d6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/python/CRABClient/JobType/Analysis.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
from CRABClient.JobType.LumiMask import getLumiMask
from CRABClient.JobType.UserTarball import UserTarball
from CRABClient.JobType.ScramEnvironment import ScramEnvironment
from CRABClient.client_exceptions import EnvironmentException

class Analysis(BasicJobType):
"""
Expand All @@ -38,7 +39,7 @@ def run(self, requestConfig):

# Build tarball
if self.workdir:
tarUUID = PandaInterface.wrappedUuidGen( self.logger )
tarUUID = PandaInterface.wrappedUuidGen()
self.logger.debug('UNIQUE NAME: tarUUID %s ' % tarUUID)
if len(tarUUID):
tarFilename = os.path.join(self.workdir, tarUUID +'default.tgz')
Expand Down

0 comments on commit 95847d6

Please sign in to comment.