Skip to content

Commit 9a95423

Browse files
committed
views: Fix typo
The filename field for a patch returned by the XML-RPC API does *not* include a file extension. This was misleading. Signed-off-by: Stephen Finucane <[email protected]>
1 parent 7186d2a commit 9a95423

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

patchwork/views/xmlrpc.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,7 @@ def patch_to_dict(obj):
225225
{
226226
'id': 1
227227
'date': '2000-12-31 00:11:22',
228-
'filename': 'Fix-all-the-bugs.patch',
228+
'filename': 'Fix-all-the-bugs',
229229
'msgid': '<[email protected]>',
230230
'name': "Fix all the bugs",
231231
'project': 'my-project',

0 commit comments

Comments
 (0)