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 b94169f commit 3c5ed76Copy full SHA for 3c5ed76
iambic/core/template_generation.py
@@ -599,7 +599,7 @@ def create_or_update_template(
599
try:
600
merged_template.write()
601
602
- if ctx.command == Command.Import:
+ if ctx.command == Command.IMPORT:
603
# https://github.com/noqdev/iambic/issues/600
604
# we want to assert against bad exclude_account statement
605
if isinstance(new_template, AccessModelMixin) and isinstance(
@@ -622,7 +622,7 @@ def create_or_update_template(
622
623
new_template.write()
624
625
626
627
628
if isinstance(new_template, AccessModelMixin):
0 commit comments