Accounting for *.pyc in migrations check
This commit is contained in:
parent
34287b3ea8
commit
da08e77af6
@ -13,7 +13,7 @@ class MigrationsTestCase(StacktachBaseTestCase):
|
||||
migrations_file = migrations.__file__
|
||||
migrations_dir = migrations_file[:-len('__init__.py')-1]
|
||||
|
||||
migr_match = re.compile('[0-9]{4}.*.py')
|
||||
migr_match = re.compile('^[0-9]{4}.*.py$')
|
||||
files = [f for f in listdir(migrations_dir)
|
||||
if re.match(migr_match, f)]
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user