mirror of
https://gitea.windcorp.ru/Wind-Corporation/Progressia.git
synced 2025-04-21 12:20:46 +03:00
TMP / Fixed indexed_existing error in pre-commit.py
This commit is contained in:
parent
a021ebce3b
commit
310724a207
@ -185,7 +185,7 @@ def unformat_project(indexed_existing):
|
||||
print('Nothing to do: all indexed changes are deletions')
|
||||
return
|
||||
|
||||
invoke(*git, 'restore', '--', *indexed)
|
||||
invoke(*git, 'restore', '--', *indexed_existing)
|
||||
|
||||
|
||||
def build_project():
|
||||
|
Loading…
x
Reference in New Issue
Block a user