mirror of
https://github.com/xonsh/xonsh.git
synced 2025-03-04 16:34:47 +01:00
Remove extraneous print call in tutorial example
This commit is contained in:
parent
5fb5b0151c
commit
c604613c44
1 changed files with 0 additions and 1 deletions
|
@ -389,7 +389,6 @@ output in an except clause. Examples of each:
|
|||
if not line.strip():
|
||||
continue
|
||||
filename = line.split('grep: ', 1)[1].rsplit(':', 1)[0]
|
||||
print(filename)
|
||||
failures.append(filename)
|
||||
return {'matches': matches, 'failures': failures}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue