Fix hacking/shippable/incidental.py source search.

This commit is contained in:
Matt Clay 2020-03-20 11:12:00 -07:00 committed by Matt Martz
parent 5a1b59adf9
commit 82516a424e

View file

@ -50,7 +50,7 @@ def main():
def parse_args(): def parse_args():
"""Parse and return args.""" """Parse and return args."""
source = os.path.dirname(os.path.dirname(os.path.dirname(__file__))) source = os.path.dirname(os.path.dirname(os.path.dirname(os.path.abspath(__file__))))
parser = argparse.ArgumentParser(description='Report on incidental test coverage downloaded from Shippable.') parser = argparse.ArgumentParser(description='Report on incidental test coverage downloaded from Shippable.')