diff options
Diffstat (limited to 'fg21sim/products.py')
-rw-r--r-- | fg21sim/products.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fg21sim/products.py b/fg21sim/products.py index 454ff13..c0d23ac 100644 --- a/fg21sim/products.py +++ b/fg21sim/products.py @@ -60,7 +60,7 @@ class Products: """ def __init__(self, manifestfile=None): self.manifest = OrderedDict() - self.manifestfile = None + self.manifestfile = manifestfile if manifestfile is not None: try: self.load(manifestfile) |