Skip to content

Commit

Permalink
Merge pull request #93 from twisted/92.react-typeerror
Browse files Browse the repository at this point in the history
Smoosh terminal_fd into argv
  • Loading branch information
mithrandi committed Nov 7, 2020
2 parents 5e77882 + 79cd3d3 commit 2b8d80a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/imaginary/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -230,5 +230,5 @@ def main(argv):
terminal_fd = sys.__stdin__.fileno()
withSavedTerminalSettings(
terminal_fd,
lambda: react(runTextServer, terminal_fd, argv),
lambda: react(runTextServer, [terminal_fd] + argv),
)

0 comments on commit 2b8d80a

Please sign in to comment.