enix / DiskMap

OpenSolaris/OpenIndiana utility to manage drive and map wmn device name (c1txxx) to real drive using lsi sas controller

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Error found "SyntaxError: Non-ASCII character '\xc3' in file ./diskmap.py"

manjithgambhir opened this issue · comments

I try to run diskmap.py on an opensolaris machine and i get the following error. Although this looks like a python specific error, i need to know if someone has already seen this and has a workaround for the same.

./diskmap.py
File "./diskmap.py", line 4
SyntaxError: Non-ASCII character '\xc3' in file ./diskmap.py on line 4, but no encoding declared; see http://www.python.org/peps/pep-0263.html for details

This is corrected with commit f0712d5 .