Skip to content
Snippets Groups Projects

Replace PONOS_DATA_DIR with the existing PONOS_DATA

Merged Erwan Rouchet requested to merge ponos-data into master
2 files
+ 2
2
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -145,7 +145,7 @@ class BaseWorker(object):
merge_parents_cache(
task["parents"],
self.cache_path,
data_dir=os.environ.get("PONOS_DATA_DIR", "/data"),
data_dir=os.environ.get("PONOS_DATA", "/data"),
chunk=os.environ.get("ARKINDEX_TASK_CHUNK"),
)
Loading