[game-data-packager] 02/02: steam: remove unused variable (pyflakes)

Simon McVittie smcv at debian.org
Mon Feb 22 23:38:45 UTC 2016


This is an automated email from the git hooks/post-receive script.

smcv pushed a commit to branch master
in repository game-data-packager.

commit e415e1756b6eb78ef57ce6ee0e67fef172ff8c41
Author: Simon McVittie <smcv at debian.org>
Date:   Mon Feb 22 23:38:18 2016 +0000

    steam: remove unused variable (pyflakes)
---
 game_data_packager/steam.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/game_data_packager/steam.py b/game_data_packager/steam.py
index 87b2c99..d339fee 100644
--- a/game_data_packager/steam.py
+++ b/game_data_packager/steam.py
@@ -75,7 +75,7 @@ def owned_steam_games(steam_id=None):
             name = game.find('name').text
             #print(appid, name)
             owned_steam_games.STEAM_GAMES.append((appid, name))
-    except urllib.error.URLError as e:
+    except urllib.error.URLError:
         # e="[Errno 111] Connection refused" but e.errno=None ?
         pass
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/game-data-packager.git



More information about the Pkg-games-commits mailing list