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

/usr/bin/scan-view fails because it uses invalid python syntax #37

Closed
cmarcelo opened this issue Apr 3, 2018 · 3 comments
Closed

/usr/bin/scan-view fails because it uses invalid python syntax #37

cmarcelo opened this issue Apr 3, 2018 · 3 comments
Labels

Comments

@cmarcelo
Copy link

cmarcelo commented Apr 3, 2018

Clear 21530.

$ scan-view /tmp/scan-build-2018-04-03-084422-19365-1
  File "/usr/bin/scan-view", line 72
    print 'Starting scan-view at: http://%s:%d' % (options.host,
                                              ^
SyntaxError: invalid syntax
$ head /usr/bin/scan-view
#!/usr/bin/env python

"""The clang static analyzer results viewer.
"""
@fenrus75 fenrus75 changed the title /usr/bin/scan-view fails because python != python2 /usr/bin/scan-view fails because it uses invalid python syntax Apr 3, 2018
@iphutch
Copy link
Contributor

iphutch commented Apr 23, 2018

@mrkz could you please take a look here.

@ahkok ahkok added the bug label May 31, 2018
@mrkz
Copy link

mrkz commented Jun 28, 2018

Fixed. If notice more issues regarding scan-view, please do open a new issue with the proper description.

@iphutch mind to close, please? Thanks.

@iphutch
Copy link
Contributor

iphutch commented Jun 28, 2018

Thanks @mrkz!

@iphutch iphutch closed this as completed Jun 28, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

4 participants