Skip to content

Commit

Permalink
debug: make CDK change for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristoGrab committed Feb 4, 2025
1 parent 8323478 commit f801241
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ def __init__(
# For ease of use we don't require the type to be specified at the top level manifest, but it should be included during processing
manifest = dict(source_config)
if "type" not in manifest:
print("I am a change!")
manifest["type"] = "DeclarativeSource"

# If custom components are needed, locate and/or register them.
Expand Down

0 comments on commit f801241

Please sign in to comment.