so i was trying to create a new BUR, but got hit with "Error: Unparseable line, Script Unparseable line"
what does this mean?
Posted under General
so i was trying to create a new BUR, but got hit with "Error: Unparseable line, Script Unparseable line"
what does this mean?
It means that something is wrong with your BUR script.
It is not possible to tell you what exactly is the problem, since you chose not to share the script itself.
cinder said:
It means that something is wrong with your BUR script.
It is not possible to tell you what exactly is the problem, since you chose not to share the script itself.
alias: ill-fitting_clothes -> ill-fitting_clothing
alias: ill_fitting_clothing -> ill-fitting_clothing
istole50watermelons said:
alias: ill-fitting_clothes -> ill-fitting_clothing
alias: ill_fitting_clothing -> ill-fitting_clothing
Scripts don't use colons. You'd want:
alias ill-fitting_clothes -> ill-fitting_clothing alias ill_fitting_clothing -> ill-fitting_clothing
moonlit-comet said:
Scripts don't use colons. You'd want:alias ill-fitting_clothes -> ill-fitting_clothing alias ill_fitting_clothing -> ill-fitting_clothing
thank you!