From 582b3e241bb69eb1516263e76610ffd16b5a8829 Mon Sep 17 00:00:00 2001 From: Chris McFarlen Date: Wed, 16 Feb 2022 12:36:10 -0600 Subject: [PATCH] Fix to allow running from outside top_srcdir --- tools/autopep8.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/autopep8.sh b/tools/autopep8.sh index b17e9020496..44e6f1ac1a9 100755 --- a/tools/autopep8.sh +++ b/tools/autopep8.sh @@ -93,7 +93,7 @@ function main() { --aggressive \ --aggressive \ --recursive \ - plugins/experimental/metalink/test + ${DIR}/plugins/experimental/metalink/test echo "autopep8 completed." rm -rf ${tmp_dir} deactivate