Skip to content
Snippets Groups Projects
Commit 4fc7e87d authored by Stéphane Diemer's avatar Stéphane Diemer
Browse files

Added a message if apt cacher ng configuration does not exist (refs #21177).

parent a4626277
No related branches found
No related tags found
No related merge requests found
......@@ -22,3 +22,5 @@ def setup(interactive=True):
utils.log('File "%s" updated.' % path)
else:
utils.log('File "%s" already up to date.' % path)
else:
utils.log('The configuration file "%s" does not exist, nothing to do.' % path)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment