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 b445881 commit 9e66f37Copy full SHA for 9e66f37
filter_plugins/slurm_conf.py
@@ -18,7 +18,6 @@
18
from ansible import errors
19
import jinja2
20
import re
21
-import pprint
22
23
# Pattern to match a hostname with numerical ending
24
pattern = re.compile("^(.*\D(?=\d))(\d+)$")
0 commit comments