On Thu, Feb 18, 2010 at 6:40 PM, Balazs Lecz <[email protected]> wrote: > Also replace positional calls with explicit keyword argument calls in > test/ganeti.serializer_unittest.py
Why? Since it's a mandatory argument, without a default value, passing it as is should be ok, right? Thanks, Guido
