Skip to content

Commit

Permalink
flake8
Browse files Browse the repository at this point in the history
  • Loading branch information
branfosj committed May 6, 2024
1 parent 1ec53a5 commit 0b18d96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion easybuild/tools/github.py
Original file line number Diff line number Diff line change
Expand Up @@ -617,7 +617,7 @@ def _get_version_for_repo(filename):

_log.debug("PR target version is %s" % res.group(1))
return res.group(1)
except:
except Exception:
raise EasyBuildError("Couldn't determine version of PR from %s" % filename)


Expand Down

0 comments on commit 0b18d96

Please sign in to comment.