Closed iinov closed 10 months ago
Since release 4.4.0, I get the following error:
File "/home/patrick/bin/virtualenv3.11/lib/python3.11/site-packages/chameleon/template.py", line 349, in mtime filename = path.joinpath(self.filename).at ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > AttributeError: 'PosixPath' object has no attribute 'at'
Did I miss something?
Thanks for your help.
@iinov there was a regression that meant auto_reload didn't work with non zip-compressed packages.
auto_reload
This should be fixed now.
It works fine now.
Thank you for your responsiveness.
Since release 4.4.0, I get the following error:
Did I miss something?
Thanks for your help.