Skip to content

Commit f4c131d

Browse files
author
bofm
committed
fix brain bug
1 parent e98285e commit f4c131d

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

sqlplus.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -168,8 +168,7 @@ def gen_items(self, root):
168168
f = os.path.join(reldir, file)
169169
if f.lower().endswith('.sql'):
170170
f2, *_ = f.rpartition('.')
171-
fullpath = os.path.join(dirpath, file)
172-
yield (f, f2)
171+
yield (f, f2)
173172

174173
def get_usage(self, filename):
175174
if not filename.lower().endswith('.sql'):

0 commit comments

Comments
 (0)