From 3bfd8a72b43f81e0c74d15f3a8ae4abf9e236712 Mon Sep 17 00:00:00 2001 From: Matt Clay Date: Fri, 20 Mar 2020 11:12:00 -0700 Subject: Fix hacking/shippable/incidental.py source search. --- hacking/shippable/incidental.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hacking/shippable/incidental.py b/hacking/shippable/incidental.py index 5266de503f..bf260f62eb 100755 --- a/hacking/shippable/incidental.py +++ b/hacking/shippable/incidental.py @@ -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.') -- cgit v1.2.1