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