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
@mkeilman please explain why this error needs to be suppressed:
def _save_stl_polys(data): try: template_common.write_dict_to_h5( data, _SIM_DATA.lib_file_write_path(_stl_polygon_file(data.file)), h5_path="/", ) except Exception as e: pkdlog("save_stl_polys error={}", e) pass
The text was updated successfully, but these errors were encountered:
I don't remember for sure but it might have been throwing an error if the file exists, which does not matter? Just based on the commit logs...
Sorry, something went wrong.
Fix #5118 - do not write h5 file if it exists
3fd1525
#5118 - merge conflicts
6126b87
#5118 - qcall
777d900
ec446c1
mkeilman
No branches or pull requests
@mkeilman please explain why this error needs to be suppressed:
The text was updated successfully, but these errors were encountered: