Skip to content

Commit

Permalink
Atleast keep tests working
Browse files Browse the repository at this point in the history
  • Loading branch information
Wiseqube committed Sep 8, 2024
1 parent c885f93 commit c427489
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions perfact/zodbsync/zodbsync.py
Original file line number Diff line number Diff line change
Expand Up @@ -751,8 +751,9 @@ def _playback_path(self, pathinfo):
fs_data = pathinfo['fspath'] and self.fs_parse(pathinfo['fspath'])

# extend fs_data with layerinfo
fs_data['zodbsync_layer'] = pathinfo['layers'][
pathinfo['layeridx']]['ident']
if fs_data:
fs_data['zodbsync_layer'] = pathinfo['layers'][
pathinfo['layeridx']]['ident']

# Traverse to the object if it exists
parent_obj = None
Expand Down

0 comments on commit c427489

Please sign in to comment.