branch: fix incorrect use of AsyncGitActionTask
commit2a82692fb804a1e3a87ac5bfddd74423436ad42a
authorDavid Aguilar <davvid@gmail.com>
Fri, 25 Mar 2022 00:25:54 +0000 (24 17:25 -0700)
committerDavid Aguilar <davvid@gmail.com>
Fri, 25 Mar 2022 00:25:54 +0000 (24 17:25 -0700)
treea8fd0a6b44b7f874dda25c36561162e1fafee82a
parent72c4a1cae8cc5b054a1536f3791c6b324c365be7
branch: fix incorrect use of AsyncGitActionTask

cc1b176e115fac6ccec4ae504e37108e8d99bde5 accidentally dropped the
git_helper argument and passed in the widget itself.

Fix the mismatched arguments.

Closes #1219
Signed-off-by: David Aguilar <davvid@gmail.com>
cola/widgets/branch.py