Update mw.py
This commit is contained in:
parent
5a93b07968
commit
2eeef4d8bd
|
|
@ -609,7 +609,7 @@ def getNumLines(path, num, p=1):
|
|||
break
|
||||
fp.close()
|
||||
except Exception as e:
|
||||
return ''
|
||||
return str(e)
|
||||
|
||||
return "\n".join(data)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue