foobuzz / todo

A simple command line todo list manager which can be as powerful as you want it to be.
MIT License
382 stars 45 forks source link

No such file or directory #9

Closed julianofischer closed 6 years ago

julianofischer commented 6 years ago
Traceback (most recent call last):
  File "/home/juliano/.local/bin/todo", line 11, in <module>
    sys.exit(main())
  File "/home/juliano/.local/lib/python3.6/site-packages/todo/todo.py", line 154, in main
    current_version = get_installed_version()
  File "/home/juliano/.local/lib/python3.6/site-packages/todo/todo.py", line 168, in get_installed_version
    with open(VERSION_PATH, 'w') as version_file:
FileNotFoundError: [Errno 2] No such file or directory: '/home/juliano/.toduh/version'
foobuzz commented 6 years ago

Fixed on version 3.1.2

Thanks for the report.