From 74fbc205048f949477dfb85d24e9c8a3a8390be2 Mon Sep 17 00:00:00 2001 From: Peter Korsgaard Date: Thu, 3 Jan 2019 11:56:55 +0100 Subject: Revert "utils/get-developers: make it callable from elsewhere than the toplevel directory" This reverts commit 62d5558f76a790d1c1b3a1834f1736dc86b6e34f. This actually does not work, as patches contain paths relative to the toplevel directory as well. Signed-off-by: Peter Korsgaard --- utils/getdeveloperlib.py | 2 -- 1 file changed, 2 deletions(-) (limited to 'utils/getdeveloperlib.py') diff --git a/utils/getdeveloperlib.py b/utils/getdeveloperlib.py index 84665520c6..2c8d477583 100644 --- a/utils/getdeveloperlib.py +++ b/utils/getdeveloperlib.py @@ -158,8 +158,6 @@ def parse_developers(basepath=None): linen = 0 if basepath is None: basepath = os.getcwd() - else: - basepath = os.path.abspath(basepath) with open(os.path.join(basepath, "DEVELOPERS"), "r") as f: files = [] name = None -- cgit v1.2.3