X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=sfatables%2Fcommand.py;h=825c9f2b1825db33e51ae532dc5bcf93c233413d;hb=dc1c09e790d507ba6f2258459374a4dcda7decce;hp=5a33928925d3b4802c93aaf67149f444e99d0593;hpb=35cf792a57a2e5680340ec3ff6a8c934059d523c;p=sfa.git diff --git a/sfatables/command.py b/sfatables/command.py index 5a339289..825c9f2b 100644 --- a/sfatables/command.py +++ b/sfatables/command.py @@ -15,5 +15,5 @@ class Command: # Override this function return True - def __call__(self, coption, moptions, toptions): + def __call__(self, coptions, moptions, toptions): return self.call(coptions,moptions,toptions)