Skip to content

Commit

Permalink
Fixed too long line.
Browse files Browse the repository at this point in the history
  • Loading branch information
mauritsvanrees committed Oct 24, 2015
1 parent f1222f9 commit cb66f20
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion plone/app/contenttypes/migration/migration.py
Original file line number Diff line number Diff line change
Expand Up @@ -482,7 +482,8 @@ def migrateCustomAT(fields_mapping, src_type, dst_type, dry_run=False):
src_obj = brains[0].getObject()
if IDexterityContent.providedBy(src_obj):
logger.error(
'%s should not be dexterity object!' % src_obj.absolute_url())
'%s should not be dexterity object!',
src_obj.absolute_url())
is_folderish = getattr(src_obj, 'isPrincipiaFolderish', False)
src_meta_type = src_obj.meta_type
else:
Expand Down

0 comments on commit cb66f20

Please sign in to comment.