projects
/
osm
/
N2VC.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
63a8dfb
)
Trivial bug fix
author
Tim Van Steenburgh
<tvansteenburgh@gmail.com>
Tue, 13 Dec 2016 18:16:19 +0000
(13:16 -0500)
committer
Tim Van Steenburgh
<tvansteenburgh@gmail.com>
Tue, 13 Dec 2016 18:16:19 +0000
(13:16 -0500)
juju/model.py
patch
|
blob
|
history
diff --git
a/juju/model.py
b/juju/model.py
index
e2d3d52
..
621ae06
100644
(file)
--- a/
juju/model.py
+++ b/
juju/model.py
@@
-885,7
+885,7
@@
class Model(object):
# haven't made it yet we'll need to wait on them to be added
await asyncio.gather(*[
asyncio.ensure_future(
- self.
model.
_wait_for_new('application', app_name))
+ self._wait_for_new('application', app_name))
for app_name in pending_apps
])
return [app for name, app in self.applications.items()