diff --git a/po/update_po.py b/po/update_po.py index 93e7c1f09..42db43ca5 100644 --- a/po/update_po.py +++ b/po/update_po.py @@ -455,9 +455,10 @@ def clean(): os.unlink('glade.txt') print ("Remove 'glade.txt'") -## if os.path.isfile('tmpfiles'): -## os.unlink('tmpfiles') -## print ("Remove 'tmpfiles'") + if os.path.isfile('tmpfiles'): + os.unlink('tmpfiles') + print ("Remove 'tmpfiles'") + def merge(args): """ Merge messages with 'gramps.pot'