PostGIS 3.0.6dev-r@@SVN_REVISION@@
Loading...
Searching...
No Matches

◆ logit()

raster2pgsql.logit (   msg)
If verbose mode requested, sends extra progress information to stderr

Definition at line 207 of file raster2pgsql.py.

207def logit(msg):
208 """If verbose mode requested, sends extra progress information to stderr"""
209 if VERBOSE is True:
210 sys.stderr.write(msg)
211
212