mirror of
https://github.com/katanemo/plano.git
synced 2026-07-20 16:41:04 +02:00
better prints
This commit is contained in:
parent
e8b17a7913
commit
45e03ad0c0
2 changed files with 6 additions and 2 deletions
|
|
@ -183,8 +183,6 @@ def up(file, path, service):
|
|||
|
||||
# remove duplicates
|
||||
access_keys = set(access_keys)
|
||||
# remove the $ from the access_keys
|
||||
access_keys = [item[1:] if item.startswith("$") else item for item in access_keys]
|
||||
|
||||
if access_keys:
|
||||
if file:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue