Skip to content

Commit 263f7ea

Browse files
test 15
1 parent a70638c commit 263f7ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

exasol/toolbox/nox/_documentation.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ def _git_diff_changes_main() -> bool:
4343
"""return True if doc/changes is unchanged"""
4444
p = subprocess.run(
4545
["git", "diff", "--quiet", "origin/main", "--", PROJECT_CONFIG.root / "doc/changes"],
46-
#capture_output=True,
46+
capture_output=True,
4747
)
4848
return p.returncode != 0
4949

0 commit comments

Comments
 (0)