Commit 3a345299 by Sarina Canelake

Need to call `.save` when modifying descriptor

parent b6bab0a1
...@@ -40,6 +40,8 @@ def strip_filenames(descriptor): ...@@ -40,6 +40,8 @@ def strip_filenames(descriptor):
for d in descriptor.get_children(): for d in descriptor.get_children():
strip_filenames(d) strip_filenames(d)
descriptor.save()
class RoundTripTestCase(unittest.TestCase): class RoundTripTestCase(unittest.TestCase):
''' Check that our test courses roundtrip properly. ''' Check that our test courses roundtrip properly.
......
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