Skip to content

Commit

Permalink
Updated comment.
Browse files Browse the repository at this point in the history
  • Loading branch information
hiker committed Sep 30, 2024
1 parent 71fd1ae commit ec4c0f6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion source/fab/tools/psyclone.py
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,8 @@ def check_available(self) -> bool:
except RuntimeError as err:
if "Unsupported PSyKAL DSL / API 'nemo' specified" in str(err):
# It is current development. Just give it a version number
# greater than 2.5.0
# greater than 2.5.0 for now, till the official release
# is done.
version = (2, 5, 0, 1)

self._version = version
Expand Down

0 comments on commit ec4c0f6

Please sign in to comment.