diff options
-rw-r--r-- | libbe/bug.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libbe/bug.py b/libbe/bug.py index 47e4b67..3093a2c 100644 --- a/libbe/bug.py +++ b/libbe/bug.py @@ -406,7 +406,7 @@ class Bug (settings_object.SavedSettingsObject): if child.tag == 'uuid' and not preserve_uuids: uuid = text continue # don't set the bug's uuid tag. - elif child.tag == 'created': + elif child.tag == 'created': self.time = utility.str_to_time(text) self.explicit_attrs.append('time') continue |