From f1c1a12ece58a1d4694b9b6daa83a56e4ceca921 Mon Sep 17 00:00:00 2001 From: Martinez Date: Thu, 9 Feb 2017 15:40:12 +0100 Subject: [PATCH] improves exception output some more --- over/app.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/over/app.py b/over/app.py index 55e5fe1..11af3e4 100644 --- a/over/app.py +++ b/over/app.py @@ -757,6 +757,8 @@ class Main: if method_name == "": method_type = "module" + elif method_name == "": + method_type = "a list comprehension" elif method_name == "": method_type = "a generator expression" else: