yugabyte / cqlsh

Yugabyte Cloud Query Language (YCQL) shell for YugabyteDB database
Apache License 2.0
4 stars 16 forks source link

ycqlsh looks for `$(pwd)/\~/.cassandra/cqlshrc` due to lack of `os.path.expanduser()` #21

Closed nodakai closed 1 year ago

nodakai commented 1 year ago

https://github.com/yugabyte/cqlsh/blob/b86fd186e31b0720ec5da170ff81be65b452755f/bin/ycqlsh.py#L280

vs

https://github.com/yugabyte/cqlsh/blob/b86fd186e31b0720ec5da170ff81be65b452755f/bin/ycqlsh.py#L265

HarshDaryani896 commented 1 year ago

Hey @nodakai, Thank you for pointing this out. We will take this up. You can track this using #19754