Skip to content

Commit 4c97eb4

Browse files
committed
Temporarily disables PC venue directory loading
Disables the loading of PC venue directories in the sample script. This deactivation is temporary.
1 parent 3d9425e commit 4c97eb4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

samples/point_maps/load_pc_imdf_venues.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ def upload_to_mi():
1919
data_base = Path(__file__).parent / "imdfication2"
2020

2121
for pc_venue_dir in data_base.iterdir():
22-
if True:
22+
if False:
2323
if pc_venue_dir.stem not in (
2424
# "national_gallery_1",
2525
# "ogg",

0 commit comments

Comments
 (0)