You are viewing a plain text version of this content. The canonical link for it is here.
Posted to pr@cassandra.apache.org by GitBox <gi...@apache.org> on 2022/03/17 17:29:19 UTC

[GitHub] [cassandra] smiklosovic commented on a change in pull request #1508: CASSANDRA-17488 allow users to change cqlsh history location using env variable

smiklosovic commented on a change in pull request #1508:
URL: https://github.com/apache/cassandra/pull/1508#discussion_r829314394



##########
File path: bin/cqlsh.py
##########
@@ -220,8 +220,20 @@ def find_zip(libprefix):
 optvalues = optparse.Values()
 (options, arguments) = parser.parse_args(sys.argv[1:], values=optvalues)
 
+
+def mkdirp(path):

Review comment:
       I went with this solution based on this blog.
   
   https://csatlas.com/python-create-directory/




-- 
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: pr-unsubscribe@cassandra.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: pr-unsubscribe@cassandra.apache.org
For additional commands, e-mail: pr-help@cassandra.apache.org