gnome-games r8623 - trunk/glchess/src/lib
- From: rancell svn gnome org
- To: svn-commits-list gnome org
- Subject: gnome-games r8623 - trunk/glchess/src/lib
- Date: Mon, 26 Jan 2009 12:00:47 +0000 (UTC)
Author: rancell
Date: Mon Jan 26 12:00:47 2009
New Revision: 8623
URL: http://svn.gnome.org/viewvc/gnome-games?rev=8623&view=rev
Log:
Fix GGZ config file exception handler typo (Bug #568961)
Modified:
trunk/glchess/src/lib/network.py
Modified: trunk/glchess/src/lib/network.py
==============================================================================
--- trunk/glchess/src/lib/network.py (original)
+++ trunk/glchess/src/lib/network.py Mon Jan 26 12:00:47 2009
@@ -69,7 +69,7 @@
try:
f = file(GGZ_CONFIG_FILE)
lines = f.readlines()
- except IOError:
+ except IOError, e:
print 'Failed to load GGZ config: %s' % e.message
lines = []
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]