better prints

This commit is contained in:
Adil Hafeez 2024-10-30 12:01:24 -07:00
parent e8b17a7913
commit 45e03ad0c0
2 changed files with 6 additions and 2 deletions

View file

@ -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: