Fix hacking/shippable/incidental.py source search.
This commit is contained in:
parent
5a1b59adf9
commit
82516a424e
1 changed files with 1 additions and 1 deletions
|
@ -50,7 +50,7 @@ def main():
|
|||
|
||||
def parse_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.')
|
||||
|
||||
|
|
Loading…
Reference in a new issue