Skip to content

Commit

Permalink
Fix call_as_function with arg
Browse files Browse the repository at this point in the history
  • Loading branch information
pokey committed Feb 20, 2024
1 parent b02f334 commit 4237c6b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions cursorless-talon/src/fallback.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,7 @@


def call_as_function(callee: str):
actions.insert(f"{callee}()")
actions.edit.left()
wrap_with_paired_delimiter(f"{callee}(", ")")


def wrap_with_paired_delimiter(left: str, right: str):
Expand Down

0 comments on commit 4237c6b

Please sign in to comment.