print statement for debug
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
2026-04-21 21:17:29 -06:00
parent c7982a7b5d
commit 28c8269f5c
+1
View File
@@ -23,6 +23,7 @@ def main():
return f'Error: "{srcdir}" is not a directory or does not exist'
filelist = list(srcdir.glob("*.md"))
print(f"{filelist}")
# mk destdir if not exist
if not destdir.is_dir():