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

Excel export fail #28

Closed
sixy6e opened this issue Aug 13, 2024 · 2 comments
Closed

Excel export fail #28

sixy6e opened this issue Aug 13, 2024 · 2 comments

Comments

@sixy6e
Copy link
Contributor

sixy6e commented Aug 13, 2024

QAX fails to export the results of a density check to Excel.

@sixy6e
Copy link
Contributor Author

sixy6e commented Aug 13, 2024

Traceback:

 ERROR     root.export_qajson_excel:184 > Traceback (most recent call last):
  File "hyo2\qax\lib\project.py", line 177, in export_qajson_excel
    exporter.export(
  File "hyo2\qax\lib\qajson_util.py", line 395, in export
    tableSummary.build()
  File "hyo2\qax\lib\qajson_util.py", line 266, in build
    value = self._get_field_value(field.name, section.name, filename)
            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "hyo2\qax\lib\qajson_util.py", line 254, in _get_field_value
    value = plugin.get_summary_value(section_name, field_name, filename, self.qajson)
            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "ausseabed\mbesgc\qax\plugin.py", line 253, in get_summary_value
AttributeError: 'NoneType' object has no attribute 'outputs'

@sixy6e
Copy link
Contributor Author

sixy6e commented Aug 13, 2024

Resolved by ausseabed/mbes-grid-checks#4

@sixy6e sixy6e closed this as completed Aug 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant