Skip to content

Change async variable to async_job

Parker A Norton requested to merge pnorton/pyGDP:master into master

The async variable is used as a flag for asynchronous jobs in pyGDP. Starting with Python 3.7 'async' has become a reserved word resulting in errors when running the code. All instances of 'async' have been changed to 'async_job'.

Merge request reports