You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 16, 2020. It is now read-only.
when i has a fresh install of 2pdf and started to use it, I met a traceback error.
2pdf's 168 line has been already changed to
if sys.platform.startswith('darwin'): subprocess.call(('open', outfile)) elif os.name == 'nt': os.startfile(outfile) elif os.name == 'posix': subprocess.call(('xdg-open', outfile))
The text was updated successfully, but these errors were encountered: