8000 add docstring · sofide/python-docs-es@d3baf33 · GitHub
[go: up one dir, main page]

Skip to content

Commit d3baf33

Browse files
committed
add docstring
1 parent 099213c commit d3baf33

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

scripts/create_issue.py

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
1-
# Use together with `pageviews.py`
2-
# python scripts/pageviews.py | head -n 150 | grep -v whats | cut -d ' ' -f 2 | sed 's/\.html/\.po/g' | xargs -I '{}' python scripts/create_issue.py '{}'
1+
"""
2+
Run this script with one variable:
3+
- PO filename to create an issue for that file
4+
- or '--all' to create the issues for all untranslated files that doesn't have an open issue already
5+
- or '--one' to create the next one issue
6+
"""
37

48
import os
59
import sys

0 commit comments

Comments
 (0)
0