run "Tools/scripts/getpatch 193920"
Only one "[+] patch-uTox.diff created" should message should be printed
Details
Details
- Reviewers
sbz - Commits
- rP470568: - Do not download obsolete attachments
Diff Detail
Diff Detail
- Repository
- rP FreeBSD ports repository
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
Comment Actions
Thanks for reviewing Sofian.
Will you commit the change or do I have your approval to commit it to prts repo? (I am not ports committer, so I need someone with ports bit to approve the change)
Thanks
Comment Actions
@gonzo FYI I applied, tested and it looks like the changes had formatting issues (tab/space) with python3.x (which have a parser more strict than python2.x):
python3 getpatch File "getpatch", line 167 if match is None: ^ TabError: inconsistent use of tabs and spaces in indentation
I fixed them before commit. Committed in r470568. Thank you!