From 27a8cf325a0da15292883205251b371e48445332 Mon Sep 17 00:00:00 2001 From: Yann Leboulanger <asterix@lagaule.org> Date: Tue, 28 Aug 2012 15:46:52 +0200 Subject: [PATCH] fix attribute name --- src/common/file_props.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/common/file_props.py b/src/common/file_props.py index f6f5e4aa9d..48f8b6d6d3 100644 --- a/src/common/file_props.py +++ b/src/common/file_props.py @@ -116,7 +116,7 @@ class FileProp(object): # full file path self.file_name = None self.name = None - self.file_desc = None + self.desc = None self.offset = None self.sender = None self.receiver = None -- GitLab