We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents cc45e0a + d260dee commit 62f8387Copy full SHA for 62f8387
mesact/src/libmesact/startup.py
@@ -68,6 +68,7 @@ def setup(parent):
68
try: # don't crash if your not running debian
69
emc = subprocess.check_output(['apt-cache', 'policy', 'linuxcnc-uspace'], encoding='UTF-8')
70
except:
71
+ emc = None
72
pass
73
74
if emc:
0 commit comments