tethysplatform / tethys

The Tethys Platform main Django website project repository.
http://tethysplatform.org/
BSD 2-Clause "Simplified" License
94 stars 51 forks source link

[BUG] Update the Quotas tutorial to take advantage of Path object from the new paths API #1050

Closed sdc50 closed 3 months ago

sdc50 commented 7 months ago

The Quotas tutorials uses os.path to do a bunch of manipulation of the workspace. It should be updated to use the pathlib.Path API.