Finalize parse_command

This commit is contained in:
karimpwnz 2021-01-04 05:06:21 +02:00
parent 3197606a1c
commit 04a18782ca

View file

@ -124,7 +124,7 @@ def read_value_from_string(string):
def parse_command(command): def parse_command(command):
return command if not on_windows else command.split(" ") return command if not on_windows else command.split()
@given('we use the config "{config_file}"') @given('we use the config "{config_file}"')