polaris.io.update_permissions

polaris.io.update_permissions(directories, group, show_progressbar=True)[source]

Fix permissions on the databases where files were downloaded so everyone in the group can read/write to them

Parameters
  • directories (list) – directories to change permissions on

  • group (str) – The name of the group to set permissions to

  • show_progressbar (bool, optional) – Whether to show a progress bar as permissions are updated