Update mark_utils.py
This commit is contained in:
parent
f012418d62
commit
16edc90a70
@ -1,6 +1,6 @@
|
||||
#!/bin/python
|
||||
|
||||
def getTextBetweenMarks(inText, firstMark, secondMark):
|
||||
def getTextBetweenMarks(firstMark, secondMark, inText):
|
||||
if firstMark == None:
|
||||
return ''
|
||||
if secondMark == None:
|
||||
|
Loading…
Reference in New Issue
Block a user