Skip to content

Commit

Permalink
Merge pull request #144 from Benjamin-Loison/master
Browse files Browse the repository at this point in the history
Correct word order in `--sync` description
  • Loading branch information
8go authored Oct 10, 2023
2 parents 2031219 + 8d9ecf4 commit 23cbcc2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion matrix_commander/matrix_commander.py
Original file line number Diff line number Diff line change
Expand Up @@ -6701,7 +6701,7 @@ def initial_check_of_args() -> None: # noqa: C901
)
elif (gs.pa.sync is not None) and not (gs.send_action):
t = (
"Only if a send action is provided is it meaningful to specify "
"Only if a send action is provided it is meaningful to specify "
"--sync. Remove --sync or add a send action. "
"Adjust your arguments accordingly."
)
Expand Down

0 comments on commit 23cbcc2

Please sign in to comment.