Skip to content

Commit 4f7b7cf

Browse files
committed
Fix tests
1 parent 2be3e00 commit 4f7b7cf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

awscli/customizations/cloudformation/artifact_exporter.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -596,9 +596,9 @@ class Template(object):
596596
"""
597597

598598
def __init__(self, template_path, parent_dir, uploader,
599-
no_source_map=False, no_metrics=False,
600599
resources_to_export=RESOURCES_EXPORT_LIST,
601-
metadata_to_export=METADATA_EXPORT_LIST):
600+
metadata_to_export=METADATA_EXPORT_LIST,
601+
no_source_map=False, no_metrics=False):
602602
"""
603603
Reads the template and makes it ready for export
604604
"""

0 commit comments

Comments
 (0)