Skip to content

Commit

Permalink
Fixing decoding issues with Python 3.
Browse files Browse the repository at this point in the history
  • Loading branch information
ranrib committed May 3, 2018
1 parent a4674a2 commit d69cdd4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion list_lambdas.py
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,6 @@ def print_lambda_list(args):
'last-modified': last_modified,
'last-invocation': last_invocation
})
break

# Sort data by the given key (default: by region)
lambdas_data.sort(key=lambda x: x[args.sort_by])
Expand Down

0 comments on commit d69cdd4

Please sign in to comment.