This website works better with JavaScript.
首頁
說明
登入
heuzef
/
pinry
镜像来自
https://github.com/pinry/pinry.git
關註
1
收藏
0
複製
0
程式碼
問題管理
0
版本發佈
44
Wiki
Activity
瀏覽代碼
DoesNotExist should be ObjectDoesNotExist, oops!
pull/86/head
Jens Gutermuth
9 年之前
父節點
3bcc6d3152
當前提交
e4b8769168
共有
1 個文件被更改
,包括
1 次插入
和
1 次删除
分割檢視
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
pinry/core/api.py
+ 1
- 1
pinry/core/api.py
查看文件
@@ -63,7 +63,7 @@ def filter_generator_for(size):
for thumbnail in bundle.obj._prefetched_objects_cache['thumbnail']:
if thumbnail.size == size:
return thumbnail
raise DoesNotExist()
raise
Object
DoesNotExist()
return wrapped_func
Write
Preview
Loading…
取消
儲存