Skip to content
Snippets Groups Projects
Commit 83999936 authored by David Verelst's avatar David Verelst
Browse files

prepost: also hook up linux command line argument into the right function

parent 21156511
No related branches found
No related tags found
1 merge request!90Prepost linux
Pipeline #6669 failed
......@@ -767,7 +767,7 @@ if __name__ == '__main__':
dlcs_dir=os.path.join(P_SOURCE, 'htc', 'DLCs'),
postpro_node_zipchunks=opt.no_postpro_node_zipchunks,
wine_arch=opt.wine_arch, wine_prefix=opt.wine_prefix,
compress=opt.compress)
compress=opt.compress, linux=opt.linux)
# post processing: check log files, calculate statistics
if opt.check_logs or opt.stats or opt.fatigue or opt.envelopeblade \
or opt.envelopeturbine or opt.AEP:
......
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