aboutsummaryrefslogtreecommitdiff
path: root/releng/create_release.xsh
diff options
context:
space:
mode:
Diffstat (limited to 'releng/create_release.xsh')
-rw-r--r--releng/create_release.xsh2
1 files changed, 1 insertions, 1 deletions
diff --git a/releng/create_release.xsh b/releng/create_release.xsh
index 96b13ae4c..242286f6c 100644
--- a/releng/create_release.xsh
+++ b/releng/create_release.xsh
@@ -172,7 +172,7 @@ def prepare_release_notes():
print('[+] Preparing release notes')
RELEASE_NOTES_PATH = Path('doc/manual/rl-next')
- if RELEASE_NOTES_PATH.isdir():
+ if RELEASE_NOTES_PATH.is_dir():
notes_body = subprocess.check_output(['build-release-notes', '--change-authors', 'doc/manual/change-authors.yml', 'doc/manual/rl-next']).decode()
else:
# I guess nobody put release notes on their changes?