Skip to content
Snippets Groups Projects
Commit d59d15d7 authored by Sofia Papagiannaki's avatar Sofia Papagiannaki
Browse files

remove space

parent 0cfa6290
No related branches found
No related tags found
No related merge requests found
...@@ -21,7 +21,7 @@ class Migration(DataMigration): ...@@ -21,7 +21,7 @@ class Migration(DataMigration):
s, created = orm.Service.objects.get_or_create(name = sn) s, created = orm.Service.objects.get_or_create(name = sn)
for rn, l in policy.iteritems(): for rn, l in policy.iteritems():
r, created = orm.Resource.objects.get_or_create ( r, created = orm.Resource.objects.get_or_create(
service = s, service = s,
name = rn name = rn
) )
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment