gwpy / gwsumm

Gravitational-wave interferometer summary information system
GNU General Public License v3.0
12 stars 23 forks source link

Add reading permission to the archive file #387

Closed iaraota closed 8 months ago

iaraota commented 9 months ago

378 changed the creation of the archive file from a temporary file, to avoid loosing backups. By construction, NamedTemporaryFile gives sets the permission to 600. In this PR the permission of the newly created archive file is reset to 664, which grants reading permission to any user.