We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2bb3de3 commit 15e540bCopy full SHA for 15e540b
1 file changed
lib/python/qtvcp/lib/aux_program_loader.py
@@ -31,7 +31,7 @@ def load_gcode_ripper(self,*args):
31
if args:
32
pass
33
else:
34
- p = os.popen('python {}'.format(os.path.join(PATH.LIBDIR, 'ripper/gcode_ripper.py')))
+ p = os.popen('python3 {}'.format(os.path.join(PATH.LIBDIR, 'ripper/gcode_ripper.py')))
35
36
# opens halshow
37
def load_halshow(self, *args):
0 commit comments