fixes really annoying multiple-line progress indicator in SD console
thanks @prodigy1!pull/45/head
parent
989a3fa0e8
commit
3019f91477
2
app
2
app
|
|
@ -1 +1 @@
|
|||
Subproject commit e1a694281ee0d7fe410e913166644884ec048b82
|
||||
Subproject commit 42626e0310a6e352a8f7c4f7e0022c76ac468c1a
|
||||
|
|
@ -53,7 +53,7 @@ def update_app():
|
|||
git = os.environ.get('GIT', "git")
|
||||
# print(scripts.basedir)
|
||||
run(f'"{git}" -C "' + os.path.join(scripts.basedir(), usefulDirs[0], usefulDirs[1]) +
|
||||
'" submodule update --init --recursive --remote')
|
||||
'" submodule update --init --recursive --remote', live=True)
|
||||
|
||||
|
||||
def add_tab():
|
||||
|
|
|
|||
Loading…
Reference in New Issue