mirror of
https://github.com/inventree/InvenTree.git
synced 2025-07-29 08:01:35 +00:00
Update readme file and scripts
This commit is contained in:
@@ -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)
|
||||
|
Reference in New Issue
Block a user