Skip to content

Commit

Permalink
fix upgrade-step
Browse files Browse the repository at this point in the history
  • Loading branch information
cekk committed Dec 18, 2018
1 parent 1444846 commit f5227d2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions collective/analyticspanel/setuphandlers.py
Original file line number Diff line number Diff line change
Expand Up @@ -141,10 +141,10 @@ def convert_persistent_data(data):
convert_persistent_data, settings.path_specific_code
)
# delete old records
registry.records[
del registry.records[
'collective.analyticspanel.interfaces.IAnalyticsSettingsSchema.error_specific_code' # noqa
]
registry.records[
del registry.records[
'collective.analyticspanel.interfaces.IAnalyticsSettingsSchema.path_specific_code' # noqa
]
# re-import
Expand Down

0 comments on commit f5227d2

Please sign in to comment.