Skip to content

Commit

Permalink
Merge pull request #55 from DDMAL/migrate_py3
Browse files Browse the repository at this point in the history
Updating job queue to python 3
  • Loading branch information
timothydereuse authored Jul 21, 2022
2 parents 97c8113 + 8f3e7e3 commit cdecb78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wrapper.py
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ class PixelInteractive(RodanTask):
'default': True
},
},
'job_queue': 'Python2',
'job_queue': 'Python3',
}
enabled = True
category = 'Diva - Pixel.js'
Expand Down

0 comments on commit cdecb78

Please sign in to comment.