usnistgov / nestor-tmp2

Quantifying tacit knowledge for investigatory analysis
Other
9 stars 5 forks source link

File Not Found error within release zip #33

Closed MichaelPBrundage closed 6 years ago

MichaelPBrundage commented 6 years ago

Need to replace logic in openFilesUI_app.py:150, since it's splitting on . instead of removing the file ext.

rtbs-dev commented 6 years ago

Solved with 066f7f1 ; pathlib.Path() has a .stem and a .suffix attribute, which along with .parent and .absolute() will produce OS-agnostic, name-insensitive filename modifications. Example here