Skip to content

Commit

Permalink
Fix shared caches with extended metadata collection.
Browse files Browse the repository at this point in the history
  • Loading branch information
jmchilton committed Jul 9, 2024
1 parent af6e28d commit e088a9f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/galaxy/objectstore/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -1726,6 +1726,7 @@ def config_to_dict(config):
"jobs_directory": config.jobs_directory,
"new_file_path": config.new_file_path,
"object_store_cache_path": config.object_store_cache_path,
"object_store_cache_size": config.object_store_cache_size,
"gid": config.gid,
}

Expand Down

0 comments on commit e088a9f

Please sign in to comment.