Debug-Prints entfernt
This commit is contained in:
+1
-4
@@ -139,9 +139,6 @@ def write_excel_from_json(plines:Polylines, outpath:str):
|
||||
|
||||
|
||||
def check_file_in_work(work_dir, filename):
|
||||
print("workdir", work_dir)
|
||||
print("filename:", filename)
|
||||
|
||||
fexists = True
|
||||
if not os.path.exists(filename):
|
||||
mypath = os.path.join(work_dir, filename)
|
||||
@@ -203,7 +200,7 @@ if __name__ == '__main__':
|
||||
print(f"file {json_file} does not exist")
|
||||
parser.print_help()
|
||||
exit()
|
||||
print(json_path)
|
||||
|
||||
plines = model_from_json(json_path)
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user