tpylint - amprolla - devuan's apt repo merger
 (HTM) git clone git://parazyd.org/amprolla.git
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
 (DIR) LICENSE
       ---
 (DIR) commit eff20828ac83ff84d61906e17617431b943e9b24
 (DIR) parent 8ca483989a4f8b86153c12c576d7683bc3004325
 (HTM) Author: parazyd <parazyd@dyne.org>
       Date:   Thu,  6 Jul 2017 17:48:29 +0200
       
       pylint
       
       Diffstat:
         M amprolla_merge.py                   |       4 ++--
       
       1 file changed, 2 insertions(+), 2 deletions(-)
       ---
 (DIR) diff --git a/amprolla_merge.py b/amprolla_merge.py
       t@@ -99,8 +99,8 @@ def merge(packages_list):
            for i in range(len(repo_order)):
                if packages_list[i]:
                    new_out = packages_list[i].replace(join(spooldir,
       -                                                       repos[repo_order[i]]['dists']),
       -                                                  join(mergedir, mergesubdir))
       +                                                    repos[repo_order[i]]['dists']),
       +                                               join(mergedir, mergesubdir))
                    break
        
            if src: