Closed peterjc closed 6 years ago
Also fixes a Python 3 specific problem with kodoja_retrieve.py and does some general coding style tweaks like using os.path.join rather than string addition for path manipulation.
kodoja_retrieve.py
os.path.join
Also fixes a Python 3 specific problem with
kodoja_retrieve.py
and does some general coding style tweaks like usingos.path.join
rather than string addition for path manipulation.