Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

BuildManPage.py: Invalid syntax #6168

Open
abhishalya opened this issue May 21, 2021 · 2 comments
Open

BuildManPage.py: Invalid syntax #6168

abhishalya opened this issue May 21, 2021 · 2 comments
Assignees

Comments

@abhishalya
Copy link
Member

From build:

    Traceback (most recent call last):
      File "<string>", line 1, in <module>
      File "/tmp/pip-build-vc8rcv98/coala/setup.py", line 17, in <module>
        from coalib.misc.BuildManPage import BuildManPage
      File "/tmp/pip-build-vc8rcv98/coala/coalib/misc/BuildManPage.py", line 73
        sections = {'see also': (f'Online documentation: {
    SyntaxError: invalid syntax

@anshalshukla Can you take a look? Looks like we broke something after the f-string merge.

@abhishalya abhishalya changed the title Ma BuildManPage.py: Invalid syntax May 21, 2021
@anshalshukla
Copy link
Contributor

@abhishalya, I think the syntax is fine. The problem is coAST CI is using Python3.5, which does not support f-strings. I am raising an issue on coAST to upgrade its CI configuration to Python 3.6, so I think you can close this issue.

@Srivastava57Harsh
Copy link

If this issue still open, can I work on it ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

3 participants