Skip to content

AttributeError: Sugarcrm instance has no attribute 'get_report_entries' #5

@SinOB

Description

@SinOB

Which is odd, because I can see it in the sugarcrm.py file...

Turns out the indentation is incorrect for this function. def get_report_entries appears to have been created with 8 space tab indentation rather than the 4 space indentation used in the rest of the class, thus it is not appearing as an attribute of the class. Correcting the indentation will resolve the problem.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions