summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xarchey32
1 files changed, 2 insertions, 0 deletions
diff --git a/archey3 b/archey3
index 88b32c3..773c523 100755
--- a/archey3
+++ b/archey3
@@ -630,6 +630,8 @@ def screenshot(state):
state.logger.critical('Screenshot failed with return code {0}.'.format(
e.returncode))
raise
+ except subprocess.FileNotFoundError:
+ print("Could not find import command, install imagemagick")
def color(state, code, bold=False):
"""