We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent afb6a45 commit 78c8155Copy full SHA for 78c8155
src/DIRAC/Core/scripts/dirac_configure.py
@@ -593,6 +593,8 @@ def runDiracConfigure(params):
593
mkDir(configDir)
594
params.update = True
595
DIRAC.gConfig.dumpLocalCFGToFile(params.outputFile)
596
+ elif not params.forceUpdate:
597
+ DIRAC.gLogger.notice(f"{params.outputFile} exists, not overwriting it. Or use the '--ForceUpdate' Flag")
598
599
if params.includeAllServers:
600
# We need user proxy or server certificate to continue in order to get all the CS URLs
0 commit comments