Skip to content

Commit cbd1dd9

Browse files
committed
fixed schema and build command
1 parent 71d4033 commit cbd1dd9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

cqlsh-expansion/pylib/cqlshlib/legacydesc3x.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ def do_describe_3x(self, parsed):
189189
describe_columnfamily_3x(self, ks, cf)
190190
elif what in ('columnfamilies', 'tables'):
191191
describe_columnfamilies_3x(self, self.current_keyspace)
192-
elif what == 'desc ':
192+
elif what == 'schema':
193193
describe_schema_3x(self, False)
194194
elif what == 'full' and parsed.matched[2][1].lower() == 'schema':
195195
describe_schema_3x(self, True)

cqlsh-expansion/setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,5 @@ classifiers =
2222

2323

2424
[options]
25-
python_requires = '>=3.6, <3.8'
25+
python_requires = <3.8
2626
scripts = bin/cqlsh-expansion, bin/cqlsh-expansion.py, bin/cqlsh, bin/cqlsh.py

0 commit comments

Comments
 (0)