Skip to content

Commit

Permalink
Update comment in ogr_escape
Browse files Browse the repository at this point in the history
Co-authored-by: Matthias Kuhn <[email protected]>
  • Loading branch information
suricactus and m-kuhn authored Jan 12, 2024
1 parent 7701c36 commit 9d1ed3f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion libqfieldsync/offliners.py
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,8 @@ def qgis_crs_to_ogr_srs(crs: QgsCoordinateReferenceSystem) -> osr.SpatialReferen


def ogr_escape(data: str):
# TODO work out how escaping actually works
# There is no such thing as escaping for gdal options
# CSLFetchNameValue compares the name of an option followed by a `=` or `:` and treats everything after as value.
return data


Expand Down

0 comments on commit 9d1ed3f

Please sign in to comment.