X-Git-Url: https://git.openstreetmap.org./nominatim.git/blobdiff_plain/c504ec523cd815d920528bcdc9b915a83f2fd64a..2e6f5ba7e68d52aff93775ebffcdb5c59f7f65df:/utils/osm_file_date.py 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)