mirror of
https://gitee.com/openharmony/third_party_jinja2
synced 2025-02-18 14:40:51 +00:00
broke a line into two. (test commit)
--HG-- branch : trunk
This commit is contained in:
parent
ae8a93008c
commit
2966f175c5
@ -301,7 +301,8 @@ class LoopContext(object):
|
||||
|
||||
# a nifty trick to enhance the error message if someone tried to call
|
||||
# the the loop without or with too many arguments.
|
||||
__call__ = loop; del loop
|
||||
__call__ = loop
|
||||
del loop
|
||||
|
||||
@property
|
||||
def length(self):
|
||||
|
Loading…
x
Reference in New Issue
Block a user