Merge "Typo"

This commit is contained in:
Dmitry Teselkin 2013-03-09 21:15:15 +04:00 committed by Gerrit Code Review
commit 8967557c2c

View File

@ -50,7 +50,7 @@ class UserDataPlugin():
LOG.debug('User data content:\n%s' % user_data)
if user_data.starts_with('Content-Type: multipart'):
if user_data.startswith('Content-Type: multipart'):
for part in self.parse_MIME(user_data):
self.process_part(part)
else: