virtualvinodh / aksharamukha-python

Aksharamukha Python Library
GNU Affero General Public License v3.0
43 stars 15 forks source link

code is broken if not on Window$ #9

Closed emdee-net closed 8 months ago

emdee-net commented 10 months ago

instead of splitting on '\\' you should be splitting on os.pathsep or using os.path

It would be good to run pylint on your code.

virtualvinodh commented 10 months ago

Yeah. I should do that.

Will do it with my next update :)

virtualvinodh commented 8 months ago

fixed. I'll push this in the next release.