mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2026-01-28 15:20:25 +08:00
Compare commits
2 Commits
1b41d565e1
...
e3598b4624
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
e3598b4624 | ||
|
|
72e7e02206 |
@ -54,7 +54,7 @@ try:
|
||||
except KeyError:
|
||||
print("nothing to stash") # noqa: T201
|
||||
except:
|
||||
print("Could not stash, cleaning index and trying again.")
|
||||
print("Could not stash, cleaning index and trying again.") # noqa: T201
|
||||
repo.state_cleanup()
|
||||
repo.index.read_tree(repo.head.peel().tree)
|
||||
repo.index.write()
|
||||
@ -162,4 +162,3 @@ try:
|
||||
except:
|
||||
pass
|
||||
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user