Skip to content

Commit

Permalink
Update autotest/gdrivers/openfilegdb.py
Browse files Browse the repository at this point in the history
Co-authored-by: Marc Jansen <jansen@terrestris.de>
  • Loading branch information
rouault and marcjansen committed Mar 10, 2023
1 parent ea109b0 commit 47f9677
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion autotest/gdrivers/openfilegdb.py
Original file line number Diff line number Diff line change
Expand Up @@ -307,7 +307,7 @@ def test_openfilegb_raster_rat():
assert rat.GetRowCount() == 18

# Not completely sure if the GDAL API guarantees that a cloned RAT is
# stanalone, but that's how we have implemented it
# standalone, but that's how we have implemented it
rat = rat.Clone()
assert rat

Expand Down

0 comments on commit 47f9677

Please sign in to comment.