浏览代码

Squelch git not found exception (#973)

Philipp Hagemeister 12 年之前
父节点
当前提交
8dba13f7e8
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      youtube_dl/__init__.py

+ 1 - 1
youtube_dl/__init__.py

@@ -591,7 +591,7 @@ def _real_main(argv=None):
             if re.match('[0-9a-f]+', out):
                 ydl.to_screen(u'[debug] Git HEAD: ' + out)
         except:
-            pass
+            sys.exc_clear()
         ydl.to_screen(u'[debug] Python version %s - %s' %(platform.python_version(), platform.platform()))
         ydl.to_screen(u'[debug] Proxy map: ' + str(proxy_handler.proxies))