Skip to content

Commit

Permalink
fix indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
zimeon committed Nov 13, 2024
1 parent d008ba7 commit e6e494e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ocfl/inventory.py
Original file line number Diff line number Diff line change
Expand Up @@ -460,7 +460,7 @@ def find_logical_path(self, logical_path):
for vdir in reversed(self.version_directories):
version = self.version(vdir)
if logical_path in version.logical_paths:
return vdir, version.content_path_for_logical_path(logical_path)
return vdir, version.content_path_for_logical_path(logical_path)
return None, None

def as_json(self):
Expand Down

0 comments on commit e6e494e

Please sign in to comment.