Skip to content

Commit

Permalink
fix format
Browse files Browse the repository at this point in the history
  • Loading branch information
dkphm committed Oct 29, 2024
1 parent 93209d4 commit 6366d33
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions samcli/cli/types.py
Original file line number Diff line number Diff line change
Expand Up @@ -248,8 +248,8 @@ def convert(self, value, param, ctx):
for k in tags:
self._add_value(result, _unquote_wrapped_quotes(k), _unquote_wrapped_quotes(tags[k]))
else:
# Instead of parsing a full {tag}={tag} pattern, we will try to look for quoted string with spaces first, remove all
# the spaces and start over again.
# Instead of parsing a full {tag}={tag} pattern, we will try to look for quoted string with spaces
# first, remove all the spaces and start over again.

# First, we need to unquote a full string
modified_val = _unquote_wrapped_quotes(val)
Expand Down

0 comments on commit 6366d33

Please sign in to comment.