From 512972fa1df14df4e208a1182096b1c51b5d38d1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Isma=C3=ABl=20Bouya?= Date: Wed, 26 Sep 2018 11:51:14 +0200 Subject: =?UTF-8?q?Don=E2=80=99t=20raise=20when=20some=20market=20is=20dis?= =?UTF-8?q?abled?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- portfolio.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'portfolio.py') diff --git a/portfolio.py b/portfolio.py index 94472a3..1d29106 100644 --- a/portfolio.py +++ b/portfolio.py @@ -52,7 +52,7 @@ class Amount: ticker=asset_ticker, rate=rate) else: - raise Exception("This asset is not available in the chosen market") + return Amount(other_currency, 0, linked_to=self, ticker=None, rate=0) def as_json(self): return { -- cgit v1.2.3