From 433195a461f828204234aba5dc569f7a10c0d585 Mon Sep 17 00:00:00 2001 From: Sam Thursfield Date: Wed, 3 Sep 2014 16:00:15 +0100 Subject: Fix up --- import/main.py | 1 + 1 file changed, 1 insertion(+) diff --git a/import/main.py b/import/main.py index 4bb09e93..3ef66fe1 100644 --- a/import/main.py +++ b/import/main.py @@ -57,6 +57,7 @@ class LorrySet(object): self.data = self.parse_all_lorries() else: os.makedirs(lorries_path) + self.data = {} def all_lorry_files(self): for dirpath, dirnames, filenames in os.walk(self.path): -- cgit v1.2.1