Commit 1121670b authored by Romain Courteaud's avatar Romain Courteaud Committed by Cédric de Saint Martin

Typo

(cherry picked from commit 46321547)
parent 1eb631ca
......@@ -499,7 +499,7 @@ elif (mode == \'root\') or (mode == \'traverse\'):\n
if (property_value is not None):\n
if same_type(property_value, DateTime()):\n
# Serialize DateTime\n
property_value = rfc822()\n
property_value = property_value.rfc822()\n
result_dict[property_name] = property_value \n
\n
##############\n
......
17
\ No newline at end of file
18
\ No newline at end of file
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment