diff --git a/po/update_po.py b/po/update_po.py index 48b74f6a6..be456eb88 100644 --- a/po/update_po.py +++ b/po/update_po.py @@ -289,7 +289,7 @@ def clean(): for h in headers(): if os.path.isfile(h): - os.system('''rm %s''' % h) + os.unlink(h) print('Remove %(head)s' % {'head': h}) if os.path.isfile('python.txt'):