Skip to content

Commit

Permalink
style: minor simplifications
Browse files Browse the repository at this point in the history
  • Loading branch information
fstagni committed Jun 5, 2024
1 parent a6e354f commit d16bda3
Showing 1 changed file with 0 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,22 +31,14 @@ class DownloadInputData:
#############################################################################
def __init__(self, argumentsDict):
"""Standard constructor"""
<<<<<<< HEAD
=======
self.name = COMPONENT_NAME
>>>>>>> 7b851fb83 (fix: adding log headers to InputDataResolution modules)
self.inputData = argumentsDict["InputData"]
self.configuration = argumentsDict["Configuration"]
self.jobID = self.configuration.get("JobID")
# Warning: this contains not only the SEs but also the file metadata
self.fileCatalogResult = argumentsDict["FileCatalog"]
# By default put each input data file into a separate directory
self.inputDataDirectory = argumentsDict.get("InputDataDirectory", "PerFile")
<<<<<<< HEAD

=======

>>>>>>> 7b851fb83 (fix: adding log headers to InputDataResolution modules)
self.log = gLogger.getSubLogger(f"[{self.jobID}]{self.__class__.__name__}")
self.log.showHeaders(True)

Expand Down

0 comments on commit d16bda3

Please sign in to comment.