mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-05-20 13:08:31 +02:00
Finalize parse_command
This commit is contained in:
parent
3197606a1c
commit
04a18782ca
1 changed files with 1 additions and 1 deletions
|
@ -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}"')
|
||||||
|
|
Loading…
Add table
Reference in a new issue