fix setup_dbs.py

This commit is contained in:
v-kaywon 2017-07-26 12:51:57 -07:00 committed by Jenny Tam
parent bf7e4d80f6
commit 446ae075cb

View file

@ -84,7 +84,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, azure)
setupAE(conn_options, args.DBNAME, args.AZURE)
os.chdir(current_working_dir)