Commit f70196f
committed
qtvcp -pstat: fix an error with designer loading on some systems
users would see:
AttributeError: 'Path' object has no attribute 'TOUCHOFF_SUBPROGRAM'
The real error was from qt_pstat.py wuth this error message
bevcause linuxcnc wa not running:
sys has no attribute 'argv'1 parent a21945d commit f70196f
1 file changed
Lines changed: 7 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
60 | 60 | | |
61 | 61 | | |
62 | 62 | | |
63 | | - | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
64 | 69 | | |
65 | 70 | | |
66 | 71 | | |
67 | 72 | | |
68 | 73 | | |
69 | 74 | | |
70 | 75 | | |
71 | | - | |
| 76 | + | |
72 | 77 | | |
73 | 78 | | |
74 | 79 | | |
| |||
0 commit comments