2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-20 05:46:34 +00:00

Flake errors

This commit is contained in:
Oliver Walters
2021-02-04 00:51:00 +11:00
parent e417ff2b4d
commit 75431f0ee4
2 changed files with 3 additions and 0 deletions

View File

@ -540,6 +540,7 @@ def getOldestMigrationFile(app, exclude_extension=True, ignore_initial=True):
oldest_file = oldest_file.replace('.py', '')
return oldest_file
def getNewestMigrationFile(app, exclude_extension=True):
"""