Skip to content

Commit 901ea02

Browse files
committed
bam
1 parent 8cb225f commit 901ea02

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

v3/pg_logger.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -199,12 +199,12 @@ def __restricted_import__(*args):
199199
def open_wrapper(*args):
200200
if is_python3:
201201
raise Exception('''open() is not supported.
202-
Instead use io.StringIO() to simulate a file.''')
203-
#See here for an example: http://www.googl/blahblah''')
202+
Instead use io.StringIO() to simulate a file.
203+
Here is an example: http://goo.gl/uNvBGl''')
204204
else:
205205
raise Exception('''open() is not supported.
206-
Instead use StringIO.StringIO() to simulate a file.''')
207-
#See here for an example: http://www.googl/blahblah''')
206+
Instead use StringIO.StringIO() to simulate a file.
207+
Here is an example: http://goo.gl/Q9xQ4p''')
208208

209209

210210
class RawInputException(Exception):

0 commit comments

Comments
 (0)