Removed one argument

This commit is contained in:
Jenny Tam 2018-01-31 08:42:45 -08:00
parent 907e8c8e5c
commit ac47841be9

View file

@ -85,7 +85,7 @@ if __name__ == '__main__':
# populate these tables
populateTables(conn_options, args.DBNAME)
# setup AE (certificate, column master key and column encryption key)
setupAE(conn_options, args.DBNAME, args.AZURE)
setupAE(conn_options, args.DBNAME)
os.chdir(current_working_dir)