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

bug: map has no len() #25

Closed
mgaitan opened this issue Jul 17, 2013 · 0 comments
Closed

bug: map has no len() #25

mgaitan opened this issue Jul 17, 2013 · 0 comments

Comments

@mgaitan
Copy link
Owner

mgaitan commented Jul 17, 2013

trying to render a table with in st3 beta I got a TypeError

Traceback (most recent call last):
  File "/opt/sublime_text/sublime_plugin.py", line 549, in run_
    return self.run(edit)
  File "rst_tables in /home/mgaitan/.config/sublime-text-3/Installed Packages/Restructured Text (RST) Snippets.sublime-package", line 72, in run
  File "rst_tables in /home/mgaitan/.config/sublime-text-3/Installed Packages/Restructured Text (RST) Snippets.sublime-package", line 249, in parse_table
  File "rst_tables in /home/mgaitan/.config/sublime-text-3/Installed Packages/Restructured Text (RST) Snippets.sublime-package", line 209, in unify_table
  File "rst_tables in /home/mgaitan/.config/sublime-text-3/Installed Packages/Restructured Text (RST) Snippets.sublime-package", line 209, in <lambda>
TypeError: object of type 'map' has no len()
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