Skip to content

Commit

Permalink
Update build_release.py
Browse files Browse the repository at this point in the history
  • Loading branch information
marekkokot authored Jun 26, 2024
1 parent b9a7b5f commit 72d1abf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build_release.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ def get_ver():
line = line.strip()
if "Version:" in line:
return line.split("Version:")[-1].strip()
print("Error: cannot read R_NOMAD_VERSION")
print("Error: cannot read KMC version")
sys.exit(1)

def get_os():
Expand Down

0 comments on commit 72d1abf

Please sign in to comment.