diff options
Diffstat (limited to 'src/dashboard/populate_db_iol.py')
-rw-r--r-- | src/dashboard/populate_db_iol.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/dashboard/populate_db_iol.py b/src/dashboard/populate_db_iol.py index 57ebd40..d8df03f 100644 --- a/src/dashboard/populate_db_iol.py +++ b/src/dashboard/populate_db_iol.py @@ -216,6 +216,8 @@ class Populator: def make_profile_data(self): """ + Create Profile Data. + returns a dictionary of data from the yaml files created by inspection scripts """ |