nomns / nparse

Nomns' Parser for Project1999
GNU General Public License v3.0
43 stars 23 forks source link

Update to nparse.py to fix the way we pass the EQDir to the logreader #83

Closed token419 closed 2 months ago

token419 commented 2 months ago

Updated the var we pass to logreder on init to wrap the config value with os.path.abspath. Previously the logreader glob was getting strings like: "D:/Everquest P1999/Logs\eqlog_Charactername_project1999.txt" and now it gets strings like: "D:\Everquest P1999\Logs\eqlog_Charactername_project1999.txt".