This website works better with JavaScript.
Home
Explore
Help
Sign In
jmg
/
bitelab
Watch
1
Star
0
Fork
0
Code
Issues
5
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
make sure that we have the lock here...
main
John-Mark Gurney
4 years ago
parent
498cffea8d
commit
954ab3efbd
1 changed files
with
2 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-0
bitelab/__init__.py
+ 2
- 0
bitelab/__init__.py
View File
@@ -132,6 +132,8 @@ class BoardImpl:
self.reserved = False
async def update_attrs(self, **attrs):
assert self.lock.locked() and self.reserved
for i in attrs:
self.attrcache[i] = await self.attrmap[i].setvalue(attrs[i])
Write
Preview
Loading…
Cancel
Save