File tree Expand file tree Collapse file tree
lib/python/qtvcp/lib/qtplasmac
share/qtvcp/screens/qtplasmac Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -232,6 +232,7 @@ def add_component_hal_file(path, halfiles):
232232 with open (halfile , 'r' ) as inFile :
233233 if 'plasmac.cutting-start' in inFile .read ():
234234 inFile .seek (0 )
235+ tmpFile = '{}~' .format (halfile )
235236 COPY (halfile , tmpFile )
236237 with open (tmpFile , 'r' ) as inFile :
237238 with open (f , 'w' ) as outFile :
Original file line number Diff line number Diff line change @@ -30,17 +30,22 @@ <h2>QtPlasmaC Version History</h2>
3030</ table >
3131< br >
3232<!--- ****** ADD NEXT VERSION BELOW THIS LINE ****** --->
33- < br > < b > < u > v1.229.228 2022 Aug 17 </ u > </ b >
33+ < br > < b > < u > v1.229.230 2022 Aug 19 </ u > </ b >
3434< ul style ="margin:0; ">
35- < li > more housekeeping </ li >
35+ < li > fix errors in v1.229.229 </ li >
3636</ ul >
37- < i > Changes submitted by snowgoer540 (Greg Carl)</ i > < br >
3837
3938< br > < b > < u > v1.229.229 2022 Aug 19</ u > </ b >
4039< ul style ="margin:0; ">
4140 < li > fix updates for v154 and v170</ li >
4241</ ul >
4342
43+ < br > < b > < u > v1.229.228 2022 Aug 17</ u > </ b >
44+ < ul style ="margin:0; ">
45+ < li > more housekeeping</ li >
46+ </ ul >
47+ < i > Changes submitted by snowgoer540 (Greg Carl)</ i > < br >
48+
4449< br > < b > < u > v1.229.227 2022 Aug 17</ u > </ b >
4550< ul style ="margin:0; ">
4651 < li > material files naming consistency</ li >
You can’t perform that action at this time.
0 commit comments