ssbu_lokrez/lokrez
Niels Giorno e5907ad380 Fix jinja2 dump in temporary file for Windows
tempfile.NamedTemporaryFile() creates **and opens** the file.
jinja2.stream().dump() will try to open the file too, if given a str
(filename). This does not cause issue on Linux, but on Windows the same
file cannot be open twice at the same time...

The solution was to pass a file pointer to 'dump()' instead of the
filename, so jinja2 does not need to open it again.
2020-08-28 12:53:46 +02:00
..
data Fix & Update playerskins data 2020-08-28 08:58:04 +02:00
queries Update queries 2020-07-07 16:13:23 +02:00
templates Fix typo in template meltdownlyon2020 2020-08-28 12:47:46 +02:00
__init__.py Fix the loading of playerskins DB on Windows 2020-08-28 12:50:26 +02:00
__main__.py Add __main__.py entry point 2020-07-22 18:10:16 +02:00
characters_ssbu.py Add some missing smashgg ids for some characters 2020-08-26 18:21:58 +02:00
export.py Fix jinja2 dump in temporary file for Windows 2020-08-28 12:53:46 +02:00
resources.py Fix str-to-pathlib conversion issues 2020-07-22 20:29:23 +02:00
smashgg.py Add sponsor infos in DB 2020-08-21 11:34:02 +02:00
tournament-example.lkrz.sample Ignore generated lkrz files 2020-07-08 07:55:12 +02:00
version.py Bump version 2020-07-23 10:14:35 +02:00