summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--filter.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/filter.py b/filter.py
index 14ae31e..c789cd5 100644
--- a/filter.py
+++ b/filter.py
@@ -79,7 +79,7 @@ def generate_exclude_list_from_blacklist(packages_iterable, blacklisted_names,
except IOError:
printf("%s wasnt written" % blacklist_file)
-if name == "__main__":
+if __name__ == "__main__":
a=run_rsync(rsync_list_command)
packages=get_file_list_from_rsync_output(a)
generate_exclude_list_from_blacklist(packages,listado(blacklist))