2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-12 01:55:39 +00:00

Update readme file and scripts

This commit is contained in:
Oliver Walters
2019-09-26 10:37:39 +10:00
parent fcba00bc69
commit f2eb66d854
6 changed files with 11 additions and 8 deletions

View File

@ -6,6 +6,8 @@ from __future__ import unicode_literals
import sys
import subprocess
print("Checking for unstaged migration files...")
cmd = ['git', 'ls-files', '--exclude-standard', '--others']
proc = subprocess.Popen(cmd, stdout=subprocess.PIPE, stderr=subprocess.PIPE)