Skip to content
Snippets Groups Projects
Commit 6e9074f8 authored by Bob Lantz's avatar Bob Lantz
Browse files

Added error message if we can't read script file.

parent 6aff964e
No related branches found
No related tags found
No related merge requests found
...@@ -236,7 +236,7 @@ def do_source( self, line ): ...@@ -236,7 +236,7 @@ def do_source( self, line ):
else: else:
break break
except IOError: except IOError:
pass error( 'error reading file %s\n' % args[ 0 ] )
self.inputFile = None self.inputFile = None
def default( self, line ): def default( self, line ):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment