zopefoundation / Products.PythonScripts

Provides support for restricted execution of Python scripts in Zope.
Other
6 stars 10 forks source link

Fix updating an existing script from a file #44

Closed jugmac00 closed 4 years ago

jugmac00 commented 4 years ago

Fixes #42 Fixes #43

A TypeError occured when one tried to update an existing script from a file.

This has been fixed.

modified: CHANGES.rst modified: src/Products/PythonScripts/PythonScript.py modified: src/Products/PythonScripts/tests/testPythonScript.py

P.S. This is related to #42 - but this is no fix for it.