To make the error display more detailed using traceback.print_exc()
This commit is contained in:
parent
c7e0c16d88
commit
2aa4474095
@ -26,6 +26,7 @@ import time
|
||||
import math
|
||||
import os
|
||||
import shutil
|
||||
import traceback
|
||||
|
||||
from selenium import webdriver
|
||||
|
||||
@ -592,6 +593,7 @@ class ReverieServer:
|
||||
print (ret_str)
|
||||
|
||||
except:
|
||||
traceback.print_exc()
|
||||
print ("Error.")
|
||||
pass
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user