Philippe
Results
2
issues of
Philippe
Potential fix for issue #239 Previously, using a capitalised datafile extension would cause it to not match the expected (lower case) extensions in the code, and not process the file...
https://github.com/berteh/ScribusGenerator/blob/24518a7696b1b08efc1dc356cb2d0adda708f8b7/ScribusGeneratorBackend.py#L213 This way of determining data file extension is case-sensitive. Meaning that `datafile.CSV` doesn't get processed at all. This also doesn't raise an error. Only indication that this has happened...