Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Ensure Compatibility with flask_frozen v1.0.1 (#182)
This commit addresses an AttributeError encountered when using flask_frozen v1.0.1 with our CustomFreezer class. Previously, the CustomFreezer's root property was returning a string representation of the cf_output_dir, which caused compatibility issues with the latest version of flask_frozen. This update resolves the AttributeError ('str' object has no attribute 'mkdir') and ensures our CustomFreezer class works seamlessly with flask_frozen v1.0.1.
- Loading branch information