mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-06 21:20:33 +02:00
gnu: komikku: Fix typo in patch.
This is a follow-up to d3f91786b9, which
introduced a patch to restore backwards compatibility with Python 3.11.
* gnu/packages/patches/komikku-python-3.11-compat.patch: Add missing '{' in
replacement.
This commit is contained in:
@@ -41,7 +41,7 @@ index 8d77c131..ea9df5e4 100644
|
||||
|
||||
data['name'] = resp_data['title']
|
||||
- data['cover'] = f'{self.media_url}/{resp_data['cover']}'
|
||||
+ data['cover'] = f'{self.media_url}/resp_data["cover"]}'
|
||||
+ data['cover'] = f'{self.media_url}/{resp_data["cover"]}'
|
||||
|
||||
if resp_data.get('author'):
|
||||
data['authors'].append(resp_data['author'])
|
||||
|
||||
Reference in New Issue
Block a user