make fuzzy TypeError #54

Closed
opened 2023-02-16 15:03:17 +00:00 by Iucounu · 0 comments
Contributor

Sur Xubuntu 20.04:

$ make fuzzy
potodo -f --exclude venv .venv whatsnew/2.?.po whatsnew/3.[0-8].po c-api/ distutils/ install/ library/2to3.po library/distutils.po library/imp.po library/tkinter.tix.po library/test.po library/aifc.po library/asynchat.po library/asyncore.po library/audioop.po library/cgi.po library/cgitb.po library/chunk.po library/crypt.po library/imghdr.po library/msilib.po library/nntplib.po library/nis.po library/ossaudiodev.po library/pipes.po library/smtpd.po library/sndhdr.po library/spwd.po library/sunau.po library/telnetlib.po library/uu.po library/xdrlib.po
Traceback (most recent call last):
File "/home/iucounu/python-docs-fr/venv/bin/potodo", line 8, in
sys.exit(main())
File "/home/iucounu/python-docs-fr/venv/lib/python3.8/site-packages/potodo/potodo.py", line 488, in main
exec_potodo(args)
File "/home/iucounu/python-docs-fr/venv/lib/python3.8/site-packages/potodo/potodo.py", line 203, in exec_potodo
non_interactive_output(
File "/home/iucounu/python-docs-fr/venv/lib/python3.8/site-packages/potodo/potodo.py", line 84, in non_interactive_output
issue_reservations = get_issue_reservations(offline, hide_reserved, path)
File "/home/iucounu/python-docs-fr/venv/lib/python3.8/site-packages/potodo/github.py", line 99, in get_issue_reservations
issue_reservations = _get_reservation_list(repo_path)
File "/home/iucounu/python-docs-fr/venv/lib/python3.8/site-packages/potodo/github.py", line 80, in _get_reservation_list
yes = re.search(r"\w
/\w
.po", issue["title"])
TypeError: string indices must be integers
make: *** [Makefile:158 : fuzzy] Erreur 1

Sur Xubuntu 20.04: $ make fuzzy potodo -f --exclude venv .venv whatsnew/2.?.po whatsnew/3.[0-8].po c-api/ distutils/ install/ library/2to3.po library/distutils.po library/imp.po library/tkinter.tix.po library/test.po library/aifc.po library/asynchat.po library/asyncore.po library/audioop.po library/cgi.po library/cgitb.po library/chunk.po library/crypt.po library/imghdr.po library/msilib.po library/nntplib.po library/nis.po library/ossaudiodev.po library/pipes.po library/smtpd.po library/sndhdr.po library/spwd.po library/sunau.po library/telnetlib.po library/uu.po library/xdrlib.po Traceback (most recent call last): File "/home/iucounu/python-docs-fr/venv/bin/potodo", line 8, in <module> sys.exit(main()) File "/home/iucounu/python-docs-fr/venv/lib/python3.8/site-packages/potodo/potodo.py", line 488, in main exec_potodo(**args) File "/home/iucounu/python-docs-fr/venv/lib/python3.8/site-packages/potodo/potodo.py", line 203, in exec_potodo non_interactive_output( File "/home/iucounu/python-docs-fr/venv/lib/python3.8/site-packages/potodo/potodo.py", line 84, in non_interactive_output issue_reservations = get_issue_reservations(offline, hide_reserved, path) File "/home/iucounu/python-docs-fr/venv/lib/python3.8/site-packages/potodo/github.py", line 99, in get_issue_reservations issue_reservations = _get_reservation_list(repo_path) File "/home/iucounu/python-docs-fr/venv/lib/python3.8/site-packages/potodo/github.py", line 80, in _get_reservation_list yes = re.search(r"\w*/\w*\.po", issue["title"]) TypeError: string indices must be integers make: *** [Makefile:158 : fuzzy] Erreur 1
mdk closed this issue 2023-02-17 15:54:00 +00:00
mdk referenced this issue from a commit 2023-02-17 15:54:01 +00:00
Sign in to join this conversation.
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: AFPy/python-docs-fr#54
No description provided.