mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2026-01-29 07:40:21 +08:00
Compare commits
No commits in common. "e3598b4624dfac57e791c581b6b77e9d2c5eb701" and "1b41d565e14a4c22132ba7dcbfe29ac9aa3f5793" have entirely different histories.
e3598b4624
...
1b41d565e1
@ -54,7 +54,7 @@ try:
|
||||
except KeyError:
|
||||
print("nothing to stash") # noqa: T201
|
||||
except:
|
||||
print("Could not stash, cleaning index and trying again.") # noqa: T201
|
||||
print("Could not stash, cleaning index and trying again.")
|
||||
repo.state_cleanup()
|
||||
repo.index.read_tree(repo.head.peel().tree)
|
||||
repo.index.write()
|
||||
@ -162,3 +162,4 @@ try:
|
||||
except:
|
||||
pass
|
||||
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user