Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/common/Util/Clooper/__init__.py
diff options
context:
space:
mode:
Diffstat (limited to 'common/Util/Clooper/__init__.py')
-rw-r--r--common/Util/Clooper/__init__.py5
1 files changed, 2 insertions, 3 deletions
diff --git a/common/Util/Clooper/__init__.py b/common/Util/Clooper/__init__.py
index 363fc88..ca8c93d 100644
--- a/common/Util/Clooper/__init__.py
+++ b/common/Util/Clooper/__init__.py
@@ -1,7 +1,6 @@
import os
import sys
import logging
-
_sys_path = sys.path
_root_path = os.path.dirname(__file__)
@@ -15,7 +14,7 @@ for i in os.listdir(_root_path):
_sys_path = None
break
except Exception, e:
- logging.debug('skip %s blobs: %s' % (path, e))
+ print 'skip %s blobs: %s' % (path, e)
if _sys_path:
- raise('cannot find proper binary blobs')
+ raise Exception('cannot find proper binary blobs')