corpnewt / ProperTree

Cross platform GUI plist editor written in python.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

line 18 compare_to_version () {

bugs45 opened this issue · comments

when I run python3 ProperTree.command in Mint I get the above error and subsequent errors after I deleted the bracket

line 18
compare_to_version () {

ProperTree.command is not a python file - it's a bash file. You are likely following some outdated instructions. Instead, try running python3 ProperTree.py - as that's the actual python file.

-CorpNewt