We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d96df7e commit 22350e2Copy full SHA for 22350e2
exasol/toolbox/util/git.py
@@ -49,5 +49,5 @@ def create_and_switch_to_branch(branch_name: str):
49
50
@staticmethod
51
@run_command
52
- def toplevel() -> str:
+ def toplevel():
53
return ["git", "rev-parse", "--show-toplevel"]
0 commit comments