upgrade mode was not working; CheckForNewDisks was erroneously taking the disk as...
[bootmanager.git] / source / RunlevelAgent.py
index 9844648..c1843bd 100755 (executable)
@@ -125,7 +125,7 @@ def start_and_run():
             break
         except:
             print("Retry in 30 seconds: ", os.popen("uptime").read().strip())
-            traceback.print_exc()
+            traceback.print_exc(limit=5)
             time.sleep(30)
 
     try: