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: