kirill-stepanishin commented on code in PR #3213:
URL: https://github.com/apache/tinkerpop/pull/3213#discussion_r2371238898
##########
gremlin-python/src/main/python/setup.py:
##########
@@ -35,7 +35,7 @@
fd.write("'''")
fd.write(__doc__)
fd.write("'''\n")
- fd.write('version = %r\n' % os.getenv('VERSION',
'?').replace('-SNAPSHOT', '.dev-%d' % timestamp))
+ fd.write('version = %r\n' % os.getenv('VERSION',
'999.999.999.dev0').replace('-SNAPSHOT', '.dev-%d' % timestamp))
Review Comment:
Without this change pip fails with `InvalidVersion: Invalid version: '-'`
when installing the local package.
Maven Replacer would definitely be cleaner but would require a build step
first, right now the examples run directly from source
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]