Closed bachradsusi closed 5 years ago
Hi @bachradsusi , Thanks for reporting this issue. I created commit which should fix it. Could you please also test it and confirm if it's fixed your issue?
https://github.com/wrabcak/udica/tree/fb-local-templates
Thanks, Lukas.
I wonder if it's enough to use just this:
-TEMPLATES_STORE = '/usr/share/udica/templates'
+TEMPLATES_STORE = './templates' if exists('./templates') else '/usr/share/udica/templates'
I wonder if it's enough to use just this:
Yes, it is.
-TEMPLATES_STORE = '/usr/share/udica/templates' +TEMPLATES_STORE = './templates' if exists('./templates') else '/usr/share/udica/templates'
Describe the bug
README.md
says:--help
works but when you try to generate a policy you get: