Permalink
Browse files

Fix function name in osh2oil.

wild.sh scripts were broken.
  • Loading branch information...
Andy Chu
Andy Chu committed Oct 9, 2017
1 parent c448b23 commit 116879b62de19270b810e45ffb50b026ebd4caae
Showing with 1 addition and 1 deletion.
  1. +1 −1 tools/osh2oil.py
View
@@ -996,7 +996,7 @@ def DoWordInCommand(self, node, local_symbols):
raise AssertionError(node.__class__.__name__)
def DoWordPart(self, node, local_symbols, quoted=False):
span_id = word._LeftMostSpanForPart(node)
span_id = word.LeftMostSpanForPart(node)
if span_id is not None and span_id >= 0:
span = self.arena.GetLineSpan(span_id)
#print(span)

0 comments on commit 116879b

Please sign in to comment.