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 c1dc58d commit 5951201Copy full SHA for 5951201
contrib/feeds-config-generator/intelmq_gen_feeds_conf
@@ -11,7 +11,7 @@ try:
11
from ruamel.yaml import YAML
12
yaml = YAML(typ="safe", pure=True)
13
except ImportError:
14
- print("[-] Please install yaml using the following command: 'pip install pyyaml'.", file=sys.stderr)
+ print("[-] Please install ruamel.yaml using the following command: 'pip install ruamel.yaml'.", file=sys.stderr)
15
sys.exit(-1)
16
17
0 commit comments