j.delarago
|
77f5c91b77
|
Update names of function calls
CURA-9141
|
2022-05-16 13:33:56 +02:00 |
|
j.delarago
|
63e6b7704c
|
Use startswith for more pythonic code.
Swap out while True with for line in f.readlines. This will now termitate without having to catch a StopIteration error.
CURA-9141
|
2022-05-16 13:33:56 +02:00 |
|
Joey de l'Arago
|
b04f3bd587
|
Code style and typing improvements
Co-authored-by: Jaime van Kessel <nallath@gmail.com>
|
2022-05-16 13:33:33 +02:00 |
|
j.delarago
|
fe261d31a2
|
Added my script for updating one of our po files with a po file from the community. This should save some time next time we get a scrambled po file.
CURA-9141
|
2022-05-16 13:33:18 +02:00 |
|