Commit baa96327 authored by Joanne Hugé's avatar Joanne Hugé

Fix small mistake

parent 94c6cd7e
......@@ -320,7 +320,7 @@ class MeasureSet:
self.measure_type = measure_type
self.units = units
self.middle = middle
self.middle = int(middle)
self.metadata.update(metadata)
def add_chronological(self, props_names, props):
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment