use dataset name as naming prefix

This commit is contained in:
Jake McDermott
2017-09-07 22:44:50 -04:00
parent ab87f81ad8
commit 573d35feff

View File

@@ -107,6 +107,9 @@ if options['preset']:
options.update({cols[0]: cols[col + 1] for cols in split_lines})
if not options['prefix']:
options['prefix'] = options['preset']
n_organizations = int(options['organizations'])
n_users = int(options['users'])