]> git.ipfire.org Git - thirdparty/sqlalchemy/alembic.git/commit
- [bug] Fixed the regexp that was checking for .py files
authorMike Bayer <mike_mp@zzzcomputing.com>
Sun, 30 Sep 2012 16:37:02 +0000 (12:37 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sun, 30 Sep 2012 16:37:02 +0000 (12:37 -0400)
commitb3f20c640ab8a2a219bb5a158cd666546dcf8d58
tree5a4836f85cbed37b40bcf0ef4c2170884ee78a8e
parent35ef4896bf2db3bf754e6fc4839cc3ea880ba1b7
- [bug] Fixed the regexp that was checking for .py files
  in the version directory to allow any .py file through.
  Previously it was doing some kind of defensive checking,
  probably from some early notions of how this directory
  works, that was prohibiting various filename patterns
  such as those which begin with numbers.  #72
CHANGES
alembic/script.py
tests/test_revision_create.py