Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: skip incorrect action_date instead of failing c7n #7594

Merged

Commits on Jul 31, 2022

  1. fix: skip incorrect action_date instead of failing c7n

    Since 'action_date' is parsed in try/except block, there is an issue
    if parsing of 'action_date' fails, because Python 'action_date' variable
    is used later
    
    Error example:
    
    UnboundLocalError: local variable 'action_date' referenced before assignment
    paladin-dranser committed Jul 31, 2022
    Configuration menu
    Copy the full SHA
    2c0cc81 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e053ae9 View commit details
    Browse the repository at this point in the history