-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix minor asset storage admin issue [FC-0062] (#247)
* fix: wrap call to storage path in NotImplementedError Admin page calls contents.os_path(), and if the storage backend doesn't support `path`, we can't even load the admin page for that asset. * chore: bump version to 0.16.2
- Loading branch information
1 parent
f65c4c2
commit 7e3ad5c
Showing
2 changed files
with
9 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,4 +2,4 @@ | |
Open edX Learning ("Learning Core"). | ||
""" | ||
|
||
__version__ = "0.16.1" | ||
__version__ = "0.16.2" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters