Skip to content

Commit

Permalink
feat: make pylint happy
Browse files Browse the repository at this point in the history
  • Loading branch information
atsareg authored and fstagni committed Nov 13, 2024
1 parent 6198b35 commit ad86ef4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/DIRAC/FrameworkSystem/Client/ComponentInstaller.py
Original file line number Diff line number Diff line change
Expand Up @@ -403,7 +403,7 @@ def _getCentralCfg(self, installCfg):
centralCfg["DIRAC"].addKey("Extensions", ",".join(extensions), "") # pylint: disable=no-member

# No Setups will be used
centralCfg["DIRAC"].addKey("NoSetup", "True", "")
centralCfg["DIRAC"].addKey("NoSetup", "True", "") # pylint: disable=no-member

vo = self.localCfg.getOption(cfgInstallPath("VirtualOrganization"), "")
if vo:
Expand Down

0 comments on commit ad86ef4

Please sign in to comment.