Comment 1 for bug 281810

Revision history for this message
Thomas Aaron (tom-system76) wrote :

This message can be eliminated by changing this line 43 in model.py from...

    z = os.popen('grep ec /opt/system76/model/model')

to...

    z = os.popen('grep ec /opt/system76/model/model 2>/dev/null')

However, this line will ALWAYS throw an error, as there is no model subdirectory contained in the /opt/system76 directory.
So, can we just remove the offending line altogether?