This patch file may include trailing empty lines and/or trailing lines that consist solely of whitespace. If you edit this file, use software that preserves lines of this type, or you may break the patch. --- devede-3.21.0.old/devede_delete.py +++ devede-3.21.0/devede_delete.py @@ -99,8 +99,11 @@ except OSError: print str(afile.strip())+" not found to remove" except OSError: - print self.filepath+".xml not found" - + # The preceding "os.remove" call seems to produce an + # ENOENT error in some cases whether or not when it's suc- + # cessful, so this version of the code ignores the er- + # ror + kludge = 1 def delete_menu_temp(self):