Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
jieguangzhou committed Aug 26, 2022
1 parent 4886bab commit 0e2673e
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -74,8 +74,7 @@ def test_parse_tool_parse_possible_path_file():

file_name = os.path.split(path)[-1]
string_param = '$FILE{"%s"}' % file_name
content_ = ParseTool.parse_string_param_if_file(
string_param, base_folder=folder)
content_ = ParseTool.parse_string_param_if_file(string_param, base_folder=folder)

assert expect == content_

Expand Down

0 comments on commit 0e2673e

Please sign in to comment.