From 9769c3fc3b561dbcd79e61c2be9d243b6deac450 Mon Sep 17 00:00:00 2001 From: reagle Date: Thu, 3 Feb 2011 08:53:11 -0500 Subject: [PATCH] tweak --- src/mw/clicommands.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mw/clicommands.py b/src/mw/clicommands.py index 3be6da3..1f90be4 100644 --- a/src/mw/clicommands.py +++ b/src/mw/clicommands.py @@ -347,7 +347,7 @@ class CommitCommand(CommandBase): self.metadir.pages_add_rv(int(pageid), response[pageid]['revisions'][0]) # need to write latest rev to file too, as text may be changed - # such as a signature + # such as a sig, e.g., -~ => -[[User:Reagle|Reagle]] with file(full_filename, 'w') as fd: data = response[pageid]['revisions'][0]['*'] data = data.encode('utf-8') -- 2.30.2