summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/toaster/orm/models.py
diff options
context:
space:
mode:
Diffstat (limited to 'bitbake/lib/toaster/orm/models.py')
-rw-r--r--bitbake/lib/toaster/orm/models.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/bitbake/lib/toaster/orm/models.py b/bitbake/lib/toaster/orm/models.py
index caad2afe81..61737c7979 100644
--- a/bitbake/lib/toaster/orm/models.py
+++ b/bitbake/lib/toaster/orm/models.py
@@ -1217,7 +1217,7 @@ class LayerIndexLayerSource(LayerSource):
1217 import traceback 1217 import traceback
1218 if proxy_settings is not None: 1218 if proxy_settings is not None:
1219 logger.info("EE: Using proxy %s" % proxy_settings) 1219 logger.info("EE: Using proxy %s" % proxy_settings)
1220 logger.warning("EE: could not connect to %s, skipping update: %s\n%s" % (self.apiurl, e, traceback.format_exc(e))) 1220 logger.warning("EE: could not connect to %s, skipping update: %s\n%s" % (self.apiurl, e, traceback.format_exc()))
1221 return 1221 return
1222 1222
1223 # update branches; only those that we already have names listed in the 1223 # update branches; only those that we already have names listed in the