Get Latest Marvel Author: Stephen Cassaro Description: Takes as input a test location and outputs a marvel link to the latest run. Use python3 to execute: python3 experimental/scassaro/GetLatestMarvel/latestrun.py Requires only default libraries. Inputs follow the bazel file location format (ex. //log_tests/scenarios/critical_log_tests/pedestrians:20190206T181001-kitt_01-1549480096.44). Output will be a marvel url. Future improvements may include bazel integration. Recently found it can be good at digging up marvels for orphan tests (ex. marvel link leads nowhere but you have bazel location). Has no safeguards. This is a bare bones script at the moment. Blank/invalid inputs will have no error catching at this time.