Skip to content

Commit

Permalink
Update charmcraft/extensions/flask.py
Browse files Browse the repository at this point in the history
Co-authored-by: Alex Lowe <[email protected]>
  • Loading branch information
weiiwang01 and lengau authored Oct 12, 2023
1 parent 16a0e48 commit de9c4bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charmcraft/extensions/flask.py
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ def get_root_snippet(self) -> Dict[str, Any]:
}
merging_fields = {
"actions": ACTIONS,
"options": OPTIONS,
"config": {"options": OPTIONS},
}
incompatible_fields = ("devices", "extra-bindings", "storage")
for incompatible_field in incompatible_fields:
Expand Down

0 comments on commit de9c4bd

Please sign in to comment.