We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4b2d0bd commit 8ee0fa1Copy full SHA for 8ee0fa1
drape_CHM.py
@@ -55,7 +55,7 @@ def drape(shp, config, CHM_pool):
55
return dst
56
57
futures = []
58
-for f in files:
+for f in all_files:
59
future = client.submit(drape, f, CHM_pool=CHM_pool, config=config)
60
futures.append(future)
61
0 commit comments