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 a70638c commit 263f7eaCopy full SHA for 263f7ea
exasol/toolbox/nox/_documentation.py
@@ -43,7 +43,7 @@ def _git_diff_changes_main() -> bool:
43
"""return True if doc/changes is unchanged"""
44
p = subprocess.run(
45
["git", "diff", "--quiet", "origin/main", "--", PROJECT_CONFIG.root / "doc/changes"],
46
- #capture_output=True,
+ capture_output=True,
47
)
48
return p.returncode != 0
49
0 commit comments