tern
tern copied to clipboard
There is a mixup of lines in the documentation of `image_layer.py`
I think the lines in the following documentation are somehow not in correct order. Maybe chunks were added between multi line statements. Especially import_str: is broken.
https://github.com/tern-tools/tern/blob/a3e76cdb0e08d92e896822634cbcf670bdd05e30/tern/classes/image_layer.py#L18-L43
Please provide an error message and context as to what you are trying to do so we can try to reproduce the error.
The docstring is just broken. might be fixed by https://github.com/rnjudge/tern/pull/9/files#diff-7c77af6176f4142ab80d4e4b2d0b2973a3d45de2095d3deb691849e756fc981bR31-R35, but it is hard to read, so I am not sure
The issue is a mismatched line in the property descriptions.
@rnjudge Can I take this?
@sayantani11 go for it!