mirror of
https://github.com/davidhalter/jedi.git
synced 2025-12-06 14:04:26 +08:00
Fix run.py issue
This commit is contained in:
@@ -21,7 +21,7 @@ actual =
|
||||
%s
|
||||
desired =
|
||||
%s
|
||||
""" % (case, indent_block(actual), indent_block(desired))
|
||||
""" % (case, indent_block(str(actual)), indent_block(str(desired)))
|
||||
|
||||
|
||||
def assert_static_analysis(case, actual, desired):
|
||||
|
||||
Reference in New Issue
Block a user