Thanks to visit codestin.com Credit goes to github.com
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 24762ea commit b1f26beCopy full SHA for b1f26be
1 file changed
scripts/potodo.sh
@@ -18,9 +18,5 @@ potodo --no-cache > potodo.md
18
# Show version number instead of the directory name, if present
19
sed -i "s|LC_MESSAGES|${PYDOC_VERSION}|" potodo.md
20
21
-# Remove total for now as it only consider incomplete files.
22
-# https://git.afpy.org/AFPy/potodo/issues/7
23
-sed -i "/^# TOTAL /d" potodo.md
24
-
25
# Remove cache directory
26
rm -rf .potodo/
0 commit comments