Skip to content

bug in _set_zrot() #29

@evgenizer

Description

@evgenizer

print 'length of angle list not correct'+
'({0} instead of {1})'.format(len(angle), len(self.z))

should be

print 'length of angle list not correct'+
'({0} instead of {1})'.format(len(angle), len(self.Z.z))

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