Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

undo changes to adding a reply to the gui #295

Merged
merged 1 commit into from
Apr 4, 2019
Merged

Conversation

sssoleileraaa
Copy link
Contributor

@sssoleileraaa sssoleileraaa commented Apr 3, 2019

Fixes #289

/cc @heartsucker or @rmol

@emkll emkll self-requested a review April 4, 2019 17:41
Copy link
Contributor

@emkll emkll left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I can reproduce the issue described in master`:

Traceback (most recent call last):
  File "/home/user//src/securedrop-client/securedrop_client/gui/widgets.py", line 948, in send_reply
    self.conversation.send_reply(msg)
  File "/home/user/src/securedrop-client/securedrop_client/gui/widgets.py", line 900, in send_reply
    self.conversation.add_reply(msg_uuid, message)
TypeError: add_reply() takes 2 positional arguments but 3 were given

The changes introduced in this branch fix the issue and replies can be sent successfully:
issue289

LGTM!

@conorsch conorsch merged commit 9f7d93b into master Apr 4, 2019
@conorsch conorsch deleted the issue-289-fix branch April 4, 2019 17:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants