Closed nhondong closed 2 years ago
@nhondong Thank you, I'll take care of this shortly.
@nhondong Something doesn't make sense here. Your report mentions /site-packages/todo/init.py", line 67
but here is that module. As you can see, it only goes to like 19. And there is no reference to subprocess
in the whole codebase.
I can only conclude that you are working with someone else's repackaged and modified version of todo. Sorry, I can't help with this!
Environment: Ubuntu 22.04 with python 3.10 After adding todo and executing: python3 manage.py migrate todo i get:
File "/home/nhondong/.local/lib/python3.10/site-packages/todo/init.py", line 67 except subprocess.CalledProcessError, e: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ SyntaxError: multiple exception types must be parenthesized