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 9cfdd3f commit 16b9bdeCopy full SHA for 16b9bde
exasol/toolbox/util/git.py
@@ -27,7 +27,7 @@ def get_latest_tag():
27
28
@staticmethod
29
@run_command
30
- def read_file_from_tag(tag: str, path: Union[Path,str]):
+ def read_file_from_tag(tag: str, path: Union[Path, str]):
31
"""
32
Read the contents of the specified file `path` at the point in
33
time specified by git tag `tag`.
0 commit comments