You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
File "blurb/blurb.py", line 1049
subprocess.run(["git", "add", *git_add_files], stdout=subprocess.PIPE, stderr=subprocess.PIPE).check_returncode()
^
SyntaxError: can use starred expression only as assignment target
The text was updated successfully, but these errors were encountered:
@Mariatta Yes but blurb needs to run on docs.iad1.psf.io (server behind docs.python.org) which does not have Python 3.5 (python/psf-salt#109 (comment)).
As making blurb 3.4 compatible looked easy, I tried it, it may (or may not, I probably didn't test everything) solve the problem with less pain than a full server upgrade, fixing one thing at a time.
In order to run blurb while building documentations (python/docsbuild-scripts#14) we upgraded the documentation build venv from Python 2 to Python 3 (python/psf-salt#109).
The distro we're using provides Python 3.4 (python/psf-salt#109 (comment)), but blurb is not Python 3.4 compatible:
The text was updated successfully, but these errors were encountered: