提交 9edf0705 authored 作者: Olivier Delalleau's avatar Olivier Delalleau

Minor cosmetic change

上级 cd05c057
...@@ -354,7 +354,7 @@ class Method(Component): ...@@ -354,7 +354,7 @@ class Method(Component):
return memo[self] return memo[self]
self.resolve_all() # resolve all so we don't have to mess with strings self.resolve_all() # resolve all so we don't have to mess with strings
def get_storage(r, require = False): def get_storage(r, require=False):
# If require is True, we can only get storage from the memo. # If require is True, we can only get storage from the memo.
try: try:
return memo[r] return memo[r]
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论