diff --git a/src/unitgrade/dashboard/app.py b/src/unitgrade/dashboard/app.py
index 85f4cb9c2937b7d2012a53f53c82def8d983bfe1..c15380e80d93c0bdb62a601670f5765170c9bfb7 100644
--- a/src/unitgrade/dashboard/app.py
+++ b/src/unitgrade/dashboard/app.py
@@ -260,7 +260,7 @@ def mkapp(base_dir="./"):
         try:
             out = subprocess.run(cmd, cwd=db['local_base_dir_for_test_module'], shell=True,  check=True, capture_output=True, text=True)
         except Exception as e:
-            pass
+            print(e)
 
     @socketio.on("pty-input", namespace="/pty")
     def pty_input(data):