Skip to content

Commit

Permalink
fix typo in string
Browse files Browse the repository at this point in the history
  • Loading branch information
bruno-at-bareos authored and BareosBot committed Oct 30, 2023
1 parent cab91e3 commit 15a9f9e
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -50,7 +50,7 @@ def load_bareos_plugin(plugindef):
if version_info.major >= 3 and version_info.minor < 6:
bareosfd.JobMessage(
bareosfd.M_FATAL,
f"Need Python version >=< 3.6 (current version: {version_info.major}.{version_info.minor}.{version_info.micro})\n"
f"Need Python version >= 3.6 (current version: {version_info.major}.{version_info.minor}.{version_info.micro})\n"
)
return bareosfd.bRC_Error

Expand Down

0 comments on commit 15a9f9e

Please sign in to comment.