Kitware / visualizer

The ParaViewWeb Visualizer application which can be used standalone or as a component within another web context.
https://kitware.github.io/visualizer/
BSD 3-Clause "New" or "Revised" License
115 stars 28 forks source link

Python: execfile cannot be used in Python3 #94

Closed phcerdan closed 3 years ago

phcerdan commented 3 years ago

Replace it for exec(open(_file_).read(), ...) when python version is 3

jourdain commented 3 years ago

:tada: This PR is included in version 3.2.1 :tada:

The release is available on:

Your semantic-release bot :package::rocket: