We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
QAX fails to export the results of a density check to Excel.
The text was updated successfully, but these errors were encountered:
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'
Sorry, something went wrong.
Resolved by ausseabed/mbes-grid-checks#4
No branches or pull requests
QAX fails to export the results of a density check to Excel.
The text was updated successfully, but these errors were encountered: