Compare commits

..

No commits in common. "e3598b4624dfac57e791c581b6b77e9d2c5eb701" and "1b41d565e14a4c22132ba7dcbfe29ac9aa3f5793" have entirely different histories.

View File

@ -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