Skip to content

Commit

Permalink
Fix typos and punctuation
Browse files Browse the repository at this point in the history
Co-authored-by: Kenneth Hoste <kenneth.hoste@ugent.be>
  • Loading branch information
gkaf89 and boegel authored Sep 27, 2024
1 parent 4d08b03 commit d25537c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions easybuild/tools/job/gc3pie.py
Original file line number Diff line number Diff line change
Expand Up @@ -104,9 +104,9 @@ def __init__(self, *args, **kwargs):
def _check_version(self):
"""Check whether GC3Pie version complies with required version."""

deprication_msg = "The GC3Pie job back-end is no longer maintained and will be deprecated"
deprication_msg += ", please use a different backend"
_log.deprecated(deprication_msg, '5.0')
deprecation_msg = "The GC3Pie job backend is no longer maintained and will be removed"
deprecation_msg += ", please use a different job backend"
_log.deprecated(deprecation_msg, '5.0')

try:
from pkg_resources import get_distribution, DistributionNotFound
Expand Down

0 comments on commit d25537c

Please sign in to comment.