TMP / Fixed indexed_existing error in pre-commit.py

This commit is contained in:
OLEGSHA 2023-04-01 12:25:06 +02:00
parent a021ebce3b
commit 310724a207

View File

@ -185,7 +185,7 @@ def unformat_project(indexed_existing):
print('Nothing to do: all indexed changes are deletions') print('Nothing to do: all indexed changes are deletions')
return return
invoke(*git, 'restore', '--', *indexed) invoke(*git, 'restore', '--', *indexed_existing)
def build_project(): def build_project():