We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 684d563 commit 95eba53Copy full SHA for 95eba53
1 file changed
src/amuse/community/rebound/patch_files.py
@@ -40,7 +40,7 @@ def is_quilt_installed():
40
return False
41
42
version_re = re.compile(r"(\d).(\d\d)")
43
- match = version_re.match(stdoutstring)
+ match = version_re.match(str(stdoutstring))
44
if not match:
45
46
0 commit comments