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.
#!pytb
Traceback (most recent call last):
File "app_main.py", line 51, in run_toplevel
File "/.../bin/alembic", line 9, in <module>
load_entry_point('alembic==0.3.2', 'console_scripts', 'alembic')()
File "/.../site-packages/alembic-0.3.2-py2.7.egg/alembic/config.py", line 229, in main
**dict((k, getattr(options, k)) for k in kwarg)
File "/.../site-packages/alembic-0.3.2-py2.7.egg/alembic/command.py", line 56, in init
output_file
File "/.../site-packages/alembic-0.3.2-py2.7.egg/alembic/script.py", line 269, in _copy_file
src, dest)
File "/.../site-packages/alembic-0.3.2-py2.7.egg/alembic/util.py", line 149, in status
ret = fn(*arg, **kw)
File "/usr/lib/pypy/lib-python/2.7/shutil.py", line 116, in copy
copyfile(src, dst)
File "/usr/lib/pypy/lib-python/2.7/shutil.py", line 81, in copyfile
with open(src, 'rb') as fsrc:
IOError: [Errno 21] Is a directory: '/.../site-packages/alembic-0.3.2-py2.7.egg/alembic/templates/generic/__pycache__'
The text was updated successfully, but these errors were encountered:
should be fixed in [[https://bitbucket.org/zzzeek/alembic/changeset/bb160dbf30440144d002810ebd5c5520e37562d7 |bb160dbf30440144d002810ebd5c5520e37562d7 ]]
Migrated issue, originally created by Hong Minhee (@dahlia)
The complete traceback is:
The text was updated successfully, but these errors were encountered: