1
0
mirror of https://github.com/konpa/devicon.git synced 2025-08-15 11:04:13 +02:00

Added color tab error handling and better logging

This commit is contained in:
Thomas Bui
2021-01-01 00:42:53 -08:00
parent 6c0122648a
commit 1038b7a774
3 changed files with 79 additions and 102 deletions

View File

@@ -32,7 +32,7 @@ def main():
filehandler.rename_extracted_files(args.download_path)
print("Task completed.")
except TimeoutException as e:
sys.exit("Selenium Time Out Error: \n" + e)
sys.exit("Selenium Time Out Error: \n" + str(e))
except Exception as e:
sys.exit(e)
finally: