Skip to content

Commit 62f8387

Browse files
authored
Merge pull request #23 from vladimir-poleh/windows_support
Fix mesact run under Windows.
2 parents cc45e0a + d260dee commit 62f8387

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

mesact/src/libmesact/startup.py

+1
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@ def setup(parent):
6868
try: # don't crash if your not running debian
6969
emc = subprocess.check_output(['apt-cache', 'policy', 'linuxcnc-uspace'], encoding='UTF-8')
7070
except:
71+
emc = None
7172
pass
7273

7374
if emc:

0 commit comments

Comments
 (0)