Mercurial > feed-push
changeset 25:0946b4e64b20 draft
fix a NameError
Signed-off-by: Changaco <changaco ατ changaco δοτ net>
author | Changaco <changaco ατ changaco δοτ net> |
---|---|
date | Sat, 04 Aug 2012 17:43:17 +0200 |
parents | 96e2d5ffcd23 |
children | ee5a5a7a9f72 |
files | feed-push |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/feed-push +++ b/feed-push @@ -143,7 +143,7 @@ def update_config(path, event): if event == gamin.GAMChanged: parse_config_file(path_to_config_fd[path]) elif event == gamin.GAMDeleted: - log('removing actions from deleted config file '+config_fd.name) + log('removing actions from deleted config file '+path) config_to_feed_paths_to_commands.pop(path) path_to_config_fd.pop(path).close() new_feeds_paths = set(concat(d.keys() for d in config_to_feed_paths_to_commands.values()))