Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
morga471 committed Sep 30, 2025
1 parent c26d2bf commit f3dacff
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion local-app/python-tools/gfl-resource-actions/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ dist:

# Run in dry-run mode
run-dry-run:
$(PYTHON) -m $(PACKAGE_NAME).cli --stop --dry-run --resource-type ecr --csv-output-dir ./ --csv-export
$(PYTHON) -m $(PACKAGE_NAME).cli --stop --dry-run --resource-type ec2 --csv-output-dir ./ --csv-export

# Run to stop resources
run-stop:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -205,8 +205,7 @@ def _process_account_safely(
account_name = ensure_valid_account_name(
account_id, account.get("account_name")
)
account["account_name"] = account_name # Update in original dict

account["account_name"] = account_name
logger.info(f"Processing account {account_name} ({account_id})")

try:
Expand Down

0 comments on commit f3dacff

Please sign in to comment.