8000 python3 print issues · Issue #1 · ai2robot/svg_parser · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
python3 print issues  #1
Open
Open
@toothrobber

Description

@toothrobber

python3 has problems with some of your print statements. There are several with out brackets.

            print point
            print tag_suffix

Easy to fix,

          print(point)
          print(tag_suffix)

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

      0