Path is not represented in current version locations #1284
Replies: 2 comments 17 replies
-
Hi, What are using as the setting of version_path_separator? |
Beta Was this translation helpful? Give feedback.
17 replies
-
this seems actually an issue so re-opening it as issue #1366 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi guys.
Describe the bug
Cannot generate migration in project with multiple heads because location paths do not match.
Expected behavior
Migration is generated.
To Reproduce
Error
Versions.
Additional context
I use two heads -
after
andbefore
. I have following inalembic.ini
:I noticed that my Python returns following:
As you can see, the letter-case of drive letter is different which is where the problem comes from.
I haven't encountered such error in past, but I recently installed the OS anew and updated Python to its latest security fix, if it helps.
Do you have any idea what is wrong?
Have a nice day!
Beta Was this translation helpful? Give feedback.
All reactions