Skip to content

Fix string representation for actor.#40

Closed
aequitas wants to merge 2 commits intoBogdanp:masterfrom
aequitas:str_actor
Closed

Fix string representation for actor.#40
aequitas wants to merge 2 commits intoBogdanp:masterfrom
aequitas:str_actor

Conversation

@aequitas
Copy link
Copy Markdown
Contributor

@aequitas aequitas commented Mar 8, 2018

Fixes:

    def __str__(self):  # pragma: no cover
>       return "Actor(%(actor_name))" % vars(self)
E       ValueError: unsupported format character ')' (0x29) at index 19

@Bogdanp
Copy link
Copy Markdown
Owner

Bogdanp commented Mar 8, 2018

Thank you! I've merged your changes with rebase in 36f64e6 and 151403f and will release version 0.19.1 in a few minutes.

@Bogdanp Bogdanp closed this Mar 8, 2018
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.

2 participants