We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b955c30 commit 918b65fCopy full SHA for 918b65f
setup.py
@@ -1330,7 +1330,7 @@ def run(self):
1330
print('GalSim version is %s'%(galsim_version))
1331
1332
# Write a Version.h file that has this information for people using the C++ library.
1333
-vi = re.split('\.|-',galsim_version)
+vi = re.split(r'\.|-',galsim_version)
1334
version_info = tuple([int(x) for x in vi if x.isdigit()])
1335
if len(version_info) == 2:
1336
version_info = version_info + (0,)
0 commit comments