Fix program won't exit if rar file doesn't exists. Mod readme.md.

This commit is contained in:
jar3b
2016-03-13 01:44:22 +03:00
parent 7462e50e37
commit f03cd63faa
2 changed files with 12 additions and 7 deletions

View File

@@ -61,3 +61,4 @@ class AoRar:
logging.warning("Cannot delete %s, do it manually", self.fname)
else:
logging.error("No file specified or not exists")
raise FiasException("No DB archive specified.")