Skip to content

Commit bc2eab8

Browse files
author
Sreesh Maheshwar
committed
Nit: Prefer self.table_properties
1 parent c4e6be9 commit bc2eab8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyiceberg/table/locations.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ class ObjectStoreLocationProvider(LocationProvider):
4545
def __init__(self, table_location: str, table_properties: Properties):
4646
super().__init__(table_location, table_properties)
4747
self._include_partition_paths = property_as_bool(
48-
table_properties,
48+
self.table_properties,
4949
TableProperties.WRITE_OBJECT_STORE_PARTITIONED_PATHS,
5050
TableProperties.WRITE_OBJECT_STORE_PARTITIONED_PATHS_DEFAULT,
5151
)

0 commit comments

Comments
 (0)