Skip to content

Commit d64d6a1

Browse files
authored
Update pncconf.py
1 parent 4cc45fa commit d64d6a1

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/emc/usr_intf/pncconf/pncconf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/python3
1+
#!/usr/bin/env python3
22
# -*- encoding: utf-8 -*-
33
# This is pncconf, a graphical configuration editor for LinuxCNC
44
# Chris Morley copyright 2009
@@ -3697,7 +3697,7 @@ def on_general_pin_changed(self, widget, boardtype, boardnum, connector, channel
36973697
customindex = len(humansignallist)-1
36983698
# for encoder pins
36993699
elif widgetptype == _PD.ENCA:
3700-
#print('\nptype encoder')
3700+
#print"\nptype encoder"
37013701
halsignallist = 'hal_encoder_input_names'
37023702
humansignallist = _PD.human_encoder_input_names
37033703
addsignalto = self.d.halencoderinputsignames

0 commit comments

Comments
 (0)