aboutsummaryrefslogtreecommitdiffstats
path: root/acispy/region.py
diff options
context:
space:
mode:
Diffstat (limited to 'acispy/region.py')
-rw-r--r--acispy/region.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/acispy/region.py b/acispy/region.py
index 09e42fa..dd98d20 100644
--- a/acispy/region.py
+++ b/acispy/region.py
@@ -210,7 +210,7 @@ class Regions:
def __init__(self, regfile=None):
if regfile:
- self.regions = self.load(regfile)
+ self.load(regfile)
else:
self.regions = []