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.
dirty
1 parent 7402bb8 commit 27de581Copy full SHA for 27de581
src/cmd-list
@@ -38,7 +38,7 @@ def main():
38
config = git['commit']
39
if 'branch' in git:
40
config = f"{git['branch']} ({config[:12]})"
41
- if git['dirty'] != "false":
+ if git.get('dirty', 'false') != "false":
42
config += " (dirty)"
43
print(f" Config: {config}")
44
if build['id'] in tags:
0 commit comments