Skip to content

Commit

Permalink
Fix typo in create_lmodsitepackage.py ESPReSso warning
Browse files Browse the repository at this point in the history
  • Loading branch information
Neves-P authored May 27, 2024
1 parent 20ccd47 commit f974c34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion create_lmodsitepackage.py
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@
if simpleName == 'ESPResSo' and version == '4.2.1' then
local advice = 'Prefer versions >= 4.2.2 which include important bugfixes.\\n'
advice = advice .. 'For details see https://github.com/espressomd/espresso/releases/tag/4.2.2\\n'
advice = advice .. 'Use version 4.2.1 at your own risk!\\nn'
advice = advice .. 'Use version 4.2.1 at your own risk!\\n'
LmodWarning("\\nESPReSso v4.2.1 has known issues and has been deprecated. ", advice)
end
end
Expand Down

0 comments on commit f974c34

Please sign in to comment.