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.
2 parents afb6a45 + 78c8155 commit 63d9874Copy full SHA for 63d9874
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