The Tethys Platform main Django website project repository.
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
The Quotas tutorials uses
os.path
to do a bunch of manipulation of the workspace. It should be updated to use thepathlib.Path
API.