mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2026-01-21 03:40:16 +08:00
Ruff.
This commit is contained in:
parent
1b41d565e1
commit
72e7e02206
@ -54,7 +54,7 @@ try:
|
|||||||
except KeyError:
|
except KeyError:
|
||||||
print("nothing to stash") # noqa: T201
|
print("nothing to stash") # noqa: T201
|
||||||
except:
|
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.state_cleanup()
|
||||||
repo.index.read_tree(repo.head.peel().tree)
|
repo.index.read_tree(repo.head.peel().tree)
|
||||||
repo.index.write()
|
repo.index.write()
|
||||||
@ -163,3 +163,4 @@ except:
|
|||||||
pass
|
pass
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user