bugfix: pattern was not defined

pull/18/head
elcerdo 14 years ago
parent 0e7ef2e721
commit 3936e28650

@ -144,7 +144,7 @@ else:
len(patterns[0])>0 and\
patterns[0][0]=="/" and\
os.path.exists(patterns[0]):
if not completion : print pattern
if not completion : print patterns[0]
else:
endmatch=re.search("__([0-9]+)",patterns[-1])
if endmatch:

Loading…
Cancel
Save