Skip to content

Commit

Permalink
Partially fixes #2110
Browse files Browse the repository at this point in the history
Removes the LCG backend and related code
  • Loading branch information
vedanshbhartia authored and shalearkane committed Jun 26, 2023
1 parent bb2ce2c commit 85fcbee
Show file tree
Hide file tree
Showing 59 changed files with 13 additions and 9,961 deletions.
2 changes: 1 addition & 1 deletion ganga/GangaCore/GPIDev/Adapters/IGangaFile.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

class IGangaFile(GangaObject):

"""IGangaFile represents base class for output files, such as MassStorageFile, LCGSEFile, DiracFile, LocalFile, etc
"""IGangaFile represents base class for output files, such as MassStorageFile, DiracFile, LocalFile, etc
"""
_schema = Schema(Version(1, 1), {'namePattern': SimpleItem(
defvalue="", doc='pattern of the file name')})
Expand Down
2 changes: 1 addition & 1 deletion ganga/GangaCore/GPIDev/Adapters/StandardJobConfig.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
class StandardJobConfig(object):

"""
StandardJobConfig defines a standard input for many of the handlers: LSF, Localhost,LCG.
StandardJobConfig defines a standard input for many of the handlers: LSF, Localhost.
It corresponds to a simplified JDL definition: specification of executable, arguments and input sandbox.
Executable and arguments may be specified either as strings or File objects. In the second case they are
automatically added to the input sandbox list.
Expand Down
Loading

0 comments on commit 85fcbee

Please sign in to comment.