CouncilDataProject / cdptools_v2

Tools you can use to interact with and run Council Data Project instances.
Other
7 stars 9 forks source link

Update `FileStore.get_file` to `FileStore.get_file_uri` #6

Closed evamaxfield closed 5 years ago

evamaxfield commented 5 years ago

The name get_file is inaccurate as all it returns is the path (whether that is a uri or local path).

Rename and add documentation for the function.