Skip to content

Commit

Permalink
pylinted parser
Browse files Browse the repository at this point in the history
  • Loading branch information
drveles committed Jun 5, 2024
1 parent 27cb14f commit 3d61a41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion parser/test_parser.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@
temp_data = login_and_parse_campus_map()
temp_json = convert_to_json(temp_data)
update_peers(temp_json)
except Exception as all_ex:
except (NoSuchElementException, ElementNotInteractableException) as all_ex:
logging.error("Parse failed, starting next try %s", all_ex)

0 comments on commit 3d61a41

Please sign in to comment.