Skip to content

replace 'except OSError, err:' pattern with 'except OSError as err:' (for compatibility with Python 3.x)#1639

Merged
wpoely86 merged 5 commits intoeasybuilders:developfrom
boegel:fix_except_statements
Feb 25, 2019
Merged

replace 'except OSError, err:' pattern with 'except OSError as err:' (for compatibility with Python 3.x)#1639
wpoely86 merged 5 commits intoeasybuilders:developfrom
boegel:fix_except_statements

Conversation

@boegel
Copy link
Copy Markdown
Member

@boegel boegel commented Feb 24, 2019

No description provided.

@boegel boegel added code cleanup python3 Python 3 compatibility labels Feb 24, 2019
@boegel boegel added this to the next release (3.8.2) milestone Feb 24, 2019
Comment thread easybuild/easyblocks/m/molpro.py Outdated
Comment thread easybuild/easyblocks/r/rosetta.py Outdated
Comment thread easybuild/easyblocks/i/imkl.py Outdated
Comment thread easybuild/easyblocks/g/geant4.py Outdated
@boegel boegel changed the title replace 'except OSError, err:' pattern with 'except OSError as err:' (for compatibility with Python 3.x) replace 'except OSError, err:' pattern with 'except OSError as err:' (for compatibility with Python 3.x) [[WIP]] Feb 24, 2019
@boegel boegel changed the title replace 'except OSError, err:' pattern with 'except OSError as err:' (for compatibility with Python 3.x) [[WIP]] replace 'except OSError, err:' pattern with 'except OSError as err:' (for compatibility with Python 3.x) Feb 25, 2019
Comment thread easybuild/easyblocks/r/rosetta.py
Comment thread easybuild/easyblocks/r/rosetta.py
@boegel boegel force-pushed the fix_except_statements branch from afa71d7 to 6593b15 Compare February 25, 2019 09:20
Comment thread easybuild/easyblocks/i/imkl.py Outdated
Comment thread easybuild/easyblocks/m/metis.py Outdated
@wpoely86 wpoely86 merged commit 92be1b9 into easybuilders:develop Feb 25, 2019
@boegel boegel deleted the fix_except_statements branch February 25, 2019 14:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

code cleanup python3 Python 3 compatibility

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants