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] report_substitute: handle reports without xml_id #927

Open
wants to merge 1 commit into
base: 17.0
Choose a base branch
from

Commits on Aug 30, 2024

  1. [FIX] report_substitute: handle reports without xml_id

    The change replaces self._for_xml_id(action_report.xml_id) with action_report.read()[0] to avoid errors when reports do not have an xml_id, such as when they are created via the interface.
    lef-adhoc committed Aug 30, 2024
    Configuration menu
    Copy the full SHA
    2b1fc31 View commit details
    Browse the repository at this point in the history