Skip to content

Allow read only permissions for viewing databases #139

@EthanS94

Description

@EthanS94

There will likely be usecases where one user wants to share a database with another user without letting that other user delete/edit the database. It is not uncommon to open up files with read only permissions. Currently, pycinema doesn't support this do to the use of r+ in the various reader filters which causes a permission error for read only files. Can the r+ in all reader filters be changed to a r?

Thanks

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions