X-Git-Url: https://git.openstreetmap.org./nominatim.git/blobdiff_plain/c504ec523cd815d920528bcdc9b915a83f2fd64a..115c909fdf65966774940ef957cf0bd63ba844f2:/utils/osm_file_date.py?ds=sidebyside diff --git a/utils/osm_file_date.py b/utils/osm_file_date.py index 6418efb0..88d0a4c0 100755 --- a/utils/osm_file_date.py +++ b/utils/osm_file_date.py @@ -28,6 +28,7 @@ if __name__ == '__main__': h.apply_file(sys.argv[1]) - print(h.filedate) - + if h.filedate is None: + exit(5) + print(h.filedate)