Closed jxsl13 closed 5 years ago
I'm getting this constructed line, I think trailing slashes should kinda be sanitized with python
config:
sh_tw_path=/home/jxsl13.tw/teeworlds/build/ py_file_database=stats/vanilla_ctf_stats.db
Kinda disturbed by that double slash there.
... [TEM] No stats/ folder found in your teeworlds directory [TEM] should be at: /home/jxsl13.tw/teeworlds/build//stats ...
Maybe remove trailing slash from every configuration line that expects a directory and add it manually yourself when constructing the final path.
I'm getting this constructed line, I think trailing slashes should kinda be sanitized with python
config:
Kinda disturbed by that double slash there.
Maybe remove trailing slash from every configuration line that expects a directory and add it manually yourself when constructing the final path.