This is what happens when I do bench update
Compiling Python Files…
*** Error compiling ‘…/apps/frappe/frappe/utils/commands.py’…
File “…/apps/frappe/frappe/utils/commands.py”, line 11
req = requests.get(f"https://api.github.com/users/{org}/repos ", {“type”: “sources”, “per_page”: 200})
^
SyntaxError: invalid syntax
smino
July 15, 2020, 1:29am
#2
Is this a new installation and first attempt at updating? May we know the version of bench and operation environment?
Seems like PY3 code has slipped into a PY2 compatible version. Although, apart from the SyntaxError
on bench update
, you should not face any problems on your sites. This PR should fix it.
frappe:version-12-hotfix
← gavindsouza:v12-f-string
opened 10:13AM - 15 Jul 20 UTC
So this will come with next update?