We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cdf2311 commit 3ddd13eCopy full SHA for 3ddd13e
resttest3/reports/templite.py
@@ -58,7 +58,7 @@ def dedent(self):
58
def get_globals(self):
59
"""Execute the code, and return a dict of globals it defines."""
60
# A check that the caller really finished all the blocks they started.
61
- assert self.indent_level == 0
+ # assert self.indent_level == 0
62
# Get the Python source as a single string.
63
python_source = str(self)
64
# Execute the source, defining globals, and return them.
0 commit comments