Highlight possibly-conflicting (nearby) addresses in yellow
This commit is contained in:
@@ -160,12 +160,6 @@ def convert(zip_path, output_path):
|
||||
zip_path = Path(zip_path)
|
||||
output_path = Path(output_path)
|
||||
|
||||
# Skip if output is newer than input
|
||||
if (output_path.exists() and zip_path.exists() and
|
||||
output_path.stat().st_mtime > zip_path.stat().st_mtime):
|
||||
print(f"Output is up to date: {output_path}")
|
||||
return
|
||||
|
||||
print(f"Converting {zip_path} ...")
|
||||
|
||||
exceptions = load_exceptions()
|
||||
|
||||
Reference in New Issue
Block a user