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

20221114 warpvnd _save_stl_polys hides errors #5118

Closed
robnagler opened this issue Nov 11, 2022 · 1 comment
Closed

20221114 warpvnd _save_stl_polys hides errors #5118

robnagler opened this issue Nov 11, 2022 · 1 comment
Assignees
Labels
Milestone

Comments

@robnagler
Copy link
Member

@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
@mkeilman
Copy link
Contributor

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...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants