ansys / pyensight

Python API for EnSight
http://ensight.docs.pyansys.com
MIT License
6 stars 2 forks source link

Fix/session str badhostname #355

Closed randallfrank closed 6 months ago

randallfrank commented 6 months ago

There was a bug in the str(Session) call. html_hostname keyword output generated invalid Python code.

mariostieriansys commented 6 months ago

thanks @randallfrank, I was talking with Jerfried of exactly this issue we found

codecov-commenter commented 6 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 81.32%. Comparing base (763ca03) to head (e1f435e).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #355 +/- ## ========================================== - Coverage 81.35% 81.32% -0.04% ========================================== Files 17 17 Lines 3331 3331 Branches 688 656 -32 ========================================== - Hits 2710 2709 -1 - Misses 348 349 +1 Partials 273 273 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.