Paths including spaces results into multiple version locations being present #1061
Unanswered
kidrahahjo
asked this question in
Usage Questions
Replies: 1 comment 1 reply
-
hi - there's no detail here so I can only guess that you are using an old alembic.ini file and have not set version_path_separator to "os" or ":", ";". for example setting up alembic.ini with these two paths:
allows them to work without issue
as you can see both directories are addressable and searchable |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Describe the bug
My migration path resides in a directory whose name has spaces in it.
This results in multiple versions being specified at runtime.
Expected behavior
Should escape these characters by default.
To Reproduce
Keep your migrations directory into a path which contains spaces and then execute
Error
Versions.
Additional context
Have a nice day!
Beta Was this translation helpful? Give feedback.
All reactions