Merge pull request #10 from guili618/my_dev

To make the error display more detailed using traceback.print_exc()
This commit is contained in:
Joon Sung Park 2023-08-10 04:55:45 -07:00 committed by GitHub
commit 7373f4eb5d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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