From: olivier <> Date: Tue, 8 May 2007 14:24:44 +0000 (+0000) Subject: ticket #10: mark IExporter.process() options argument as optional X-Git-Tag: 1.1~960 X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=c0b4007955c9cd019ade0d1718e37115f560851a;p=telemeta.git ticket #10: mark IExporter.process() options argument as optional --- diff --git a/telemeta/export/api.py b/telemeta/export/api.py index a02590c3..e5e1a06f 100644 --- a/telemeta/export/api.py +++ b/telemeta/export/api.py @@ -47,7 +47,7 @@ class IExporter(Interface): temporary directory should be used if that's not the case. """ - def process(item_id, source, metadata, options): + def process(item_id, source, metadata, options=None): """Perform the exporting process and return the absolute path to the resulting file.