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

error in the vim project #10

Open
jcarlosadm opened this issue Apr 6, 2021 · 0 comments
Open

error in the vim project #10

jcarlosadm opened this issue Apr 6, 2021 · 0 comments

Comments

@jcarlosadm
Copy link
Member

project: vim

versions:

7.2 -> github
8.2.2725 -> github

error:

Traceback (most recent call last):
  File "/usr/local/bin/cppstats", line 11, in <module>
    load_entry_point('cppstats==0.9.4', 'console_scripts', 'cppstats')()
  File "/usr/local/lib/python2.7/dist-packages/cppstats-0.9.4-py2.7.egg/cppstats/cppstats.py", line 148, in main
    applyFolders(options.kind, options.inputlist, options)
  File "/usr/local/lib/python2.7/dist-packages/cppstats-0.9.4-py2.7.egg/cppstats/cppstats.py", line 106, in applyFolders
    preparation.applyFolders(preparationKind, inputlist, options)
  File "/usr/local/lib/python2.7/dist-packages/cppstats-0.9.4-py2.7.egg/cppstats/preparation.py", line 562, in applyFolders
    thread.run()
  File "/usr/local/lib/python2.7/dist-packages/cppstats-0.9.4-py2.7.egg/cppstats/preparation.py", line 225, in run
    self.prepareFile()
  File "/usr/local/lib/python2.7/dist-packages/cppstats-0.9.4-py2.7.egg/cppstats/preparation.py", line 435, in prepareFile
    self.rewriteIfdefsAndIfndefs()
  File "/usr/local/lib/python2.7/dist-packages/cppstats-0.9.4-py2.7.egg/cppstats/preparation.py", line 331, in rewriteIfdefsAndIfndefs
    d = rewriteIfdefs.rewriteFile(self.currentFile, open(tmp, 'w'))
  File "/usr/local/lib/python2.7/dist-packages/cppstats-0.9.4-py2.7.egg/preparations/rewriteIfdefs.py", line 38, in rewriteFile
    ifdef, identifier = line.split(None, 1) # FIXME if there is a comment after the constant, it is incorporated into the brackets! this may lead to errors.
ValueError: need more than 1 value to unpack
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant