Skip to content

Commit c8dd11e

Browse files
committed
qtplasmac: fix errors in v1.229.229
1 parent 415d725 commit c8dd11e

2 files changed

Lines changed: 9 additions & 3 deletions

File tree

lib/python/qtvcp/lib/qtplasmac/updater.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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:

share/qtvcp/screens/qtplasmac/versions.html

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff 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>

0 commit comments

Comments
 (0)