diff options
Diffstat (limited to 'filter.py')
-rw-r--r-- | filter.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -108,7 +108,7 @@ def generate_exclude_list_from_blacklist(packages_iterable, blacklisted_names, if debug: printf(a) - + return a try: fsock = open(exclude_file,"w") try: |