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 6a5c2e2 commit f98d0a7Copy full SHA for f98d0a7
intelmq/bin/intelmqsetup.py
@@ -288,7 +288,7 @@ def intelmqsetup_manager_generate():
288
289
if not src_dir.as_posix().startswith('/usr/'):
290
# Paths differ in editable installations
291
- print(red("Detected an editable (egg-link) pip-installation of intelmq-manager. Some feature of this program may not work."))
+ print(red("Detected an editable (egg-link) pip-installation of intelmq-manager. Some features of this program may not work."))
292
293
intelmq_manager.build.buildhtml(html_dir_destination)
294
0 commit comments