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

Fix getIndentFirstLine in object Table error #17

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

op-ct
Copy link

@op-ct op-ct commented Feb 20, 2019

This patch fixes the error reported in #5 and #10:

    TypeError: Cannot find function getIndentFirstLine in object Table

It does this by skipping the getIndent* checks for Table objects.

In the course of things, this patch also fixes the setup error reported
in #11 and #14 (also fixed in the existing PRs, #12 and #15):

    Illegal character. (line 879, file "Code")

This patch fixes the error reported in lmmx#10:

        TypeError: Cannot find function getIndentFirstLine in object Table

In the course of this it also fixes the setup error reported in lmmx#11 & lmmx#14:

         Illegal character line 879

This second fix duplicates the existing PRs, lmmx#12 and lmmx#15
@op-ct
Copy link
Author

op-ct commented Feb 20, 2019

@lmmx: when you get a moment, would you mind reviewing/merging this PR?

It's a simple patch, but it closes 4 outstanding issues.

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

Successfully merging this pull request may close these issues.

1 participant