Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixing error: File "/usr/src/app/helpers/main_helper.py", line 272, in reformat maximum_length = maximum_length - int(directory_count+path_count+extra_count) TypeError: unsupported operand type(s) for -: 'str' and 'int' Seems like prepared_format.maximum_length is a string.
- Loading branch information