Prevention for catching unrelated exceptions added
This commit is contained in:
parent
ae29e43f93
commit
1513d2bd64
1 changed files with 1 additions and 1 deletions
|
@ -436,7 +436,7 @@ def main():
|
||||||
global apt, apt_pkg
|
global apt, apt_pkg
|
||||||
import apt
|
import apt
|
||||||
import apt_pkg
|
import apt_pkg
|
||||||
except:
|
except ImportError:
|
||||||
module.fail_json(msg="Could not import python modules: apt, apt_pkg. Please install python-apt package.")
|
module.fail_json(msg="Could not import python modules: apt, apt_pkg. Please install python-apt package.")
|
||||||
|
|
||||||
global APTITUDE_CMD
|
global APTITUDE_CMD
|
||||||
|
|
Loading…
Reference in a new issue