Skip to content

Commit

Permalink
Update gcpprojects.py
Browse files Browse the repository at this point in the history
  • Loading branch information
WCierkowski authored Jun 21, 2024
1 parent 9318e08 commit c02b9ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/c7n_org/scripts/gcpprojects.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ def main(output, exclude, buid, appscript):

results = []
for page in client.execute_paged_query('list', query_params):
print("Page:", response)
print("Page:", page)
print("**********************************************")

for project in page.get('projects', []):
Expand Down

0 comments on commit c02b9ef

Please sign in to comment.