mirror of
https://git.launchpad.net/ubuntu-dev-tools
synced 2025-12-10 09:33:26 +00:00
The command `requestsync --email -d sid <package> <target>` fails with
the following stacktrace:
```
Traceback (most recent call last):
File "/usr/bin/requestsync", line 402, in <module>
main()
File "/usr/bin/requestsync", line 225, in main
ubuntu_srcpkg = get_ubuntu_srcpkg(srcpkg, args.release, "Proposed")
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
TypeError: get_ubuntu_srcpkg() takes 2 positional arguments but 3 were given
```
LP: #2115990
Fixes: 5eb960dd3fe57daa16d8cee8cefee035cebb8e5d