aboutsummaryrefslogtreecommitdiffstats
path: root/python/book_bbg.py
diff options
context:
space:
mode:
Diffstat (limited to 'python/book_bbg.py')
-rw-r--r--python/book_bbg.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/python/book_bbg.py b/python/book_bbg.py
index 786631ed..7b276c12 100644
--- a/python/book_bbg.py
+++ b/python/book_bbg.py
@@ -33,6 +33,8 @@ def run():
except ValueError as e:
logger.warning(e)
pass
+ except AttributeError:
+ pass
else:
BbgDeal._cache[bbg_id] = None
except (SSHException, OSError):