From 3ca41479827adf4799eee05d548adfce0d7db928 Mon Sep 17 00:00:00 2001 From: Andrew McNab Date: Fri, 2 May 2014 11:21:22 +0100 Subject: [PATCH] Add _collect() to __init__() I needed to add this to get the mjf.py script to work from the command line. The function description does say that it both initializes and collects. --- client/src/mjf/mjf.py | 1 + 1 file changed, 1 insertion(+) diff --git a/client/src/mjf/mjf.py b/client/src/mjf/mjf.py index 8b605de..b47d984 100755 --- a/client/src/mjf/mjf.py +++ b/client/src/mjf/mjf.py @@ -47,6 +47,7 @@ def __init__(self, ext=False, pret=False, verb=False, dbg=False, ip='0.0.0.0', t self.indent = None if self.pret : self.indent = 2 self.force = force + self._collect() def clean(self): """