Skip to content

Commit

Permalink
fix for t
Browse files Browse the repository at this point in the history
TODO: fix ffd
when allInput=False, path from ffd not good
  • Loading branch information
zqb-all committed Sep 15, 2019
1 parent 8005877 commit 0df7785
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion PathMarker.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
f = open(PathMarker_buffer_file,"w")
for name in sys.stdin.readlines():
formattedLine = FormattedText(name)
result=parse.matchLine(str(formattedLine), allInput=True)
result=parse.matchLine(str(formattedLine), allInput=False)
if result:
path = parse.prependDir(result[0], withFileInspection=False)
count += 1
Expand Down

0 comments on commit 0df7785

Please sign in to comment.