mirror of
https://github.com/nottinghamtec/PyRIGS.git
synced 2026-01-26 18:02:18 +00:00
Fix importer not working for notes
This commit is contained in:
@@ -146,7 +146,7 @@ class Command(BaseCommand):
|
|||||||
supervisor=supervisor
|
supervisor=supervisor
|
||||||
)
|
)
|
||||||
notes = child.find('{}_Notes'.format(depth))
|
notes = child.find('{}_Notes'.format(depth))
|
||||||
if notes:
|
if notes is not None:
|
||||||
obj.notes = notes.text
|
obj.notes = notes.text
|
||||||
obj.save()
|
obj.save()
|
||||||
if created:
|
if created:
|
||||||
|
|||||||
Reference in New Issue
Block a user