Skip to content

Commit

Permalink
Update modules/OsmOsisManager.py
Browse files Browse the repository at this point in the history
  • Loading branch information
frodrigo committed Jan 23, 2021
1 parent 4e0a8ec commit 564e996
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/OsmOsisManager.py
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@ def update_metainfo(self, conf):
osm_state = OsmPbfReader(dst_pbf, state_file=state_file).timestamp()

giscurs.execute("UPDATE metainfo SET tstamp = %s", [osm_state])
self.logger.sub().log("OSM data timestamp: %s" % osm_state)
self.logger.sub().log("OSM data timestamp: {}".format(osm_state))

gisconn.commit()
giscurs.close()
Expand Down

0 comments on commit 564e996

Please sign in to comment.