From dfadb16c23413a8e434b67c0ef82b93c9bb3e69a Mon Sep 17 00:00:00 2001 From: kewl fft Date: Tue, 8 May 2018 07:14:00 +0100 Subject: [PATCH] comment use --- aur.py | 1 + 1 file changed, 1 insertion(+) diff --git a/aur.py b/aur.py index cf71fc5..53be603 100644 --- a/aur.py +++ b/aur.py @@ -112,6 +112,7 @@ def main(): if params['use'] == 'auto': use = 'internal' + # select the first helper for which the bin is found for k in use_cmd: if module.get_bin_path(k, False): use = k