KWikt / ImageFactory

Program making fast image with PDF, SVG or PNG extension from SVG template and XLSX data
MIT License
0 stars 0 forks source link

Name error #13

Closed KWikt closed 9 months ago

KWikt commented 9 months ago

If program takes other than %VAR_Name% (e.g. %VAR_Element%) text it breaks after 3 iteration and show this error:

    png_file_path = os.path.join(file_path, file_name)
                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen posixpath>", line 90, in join
  File "<frozen genericpath>", line 152, in _check_arg_types
TypeError: join() argument must be str, bytes, or os.PathLike object, not 'NoneType'
KWikt commented 9 months ago

Resolve in Broken iteration pull.