We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 90225c0 commit e7b1650Copy full SHA for e7b1650
1 file changed
i2c_mutex.py
@@ -50,8 +50,8 @@ def set_overall_mutex(self):
50
51
def release_overall_mutex(self):
52
try:
53
- os.remove('/run/DexterOS_overall_mutex')
54
self.overall_mutex_handle.close()
+ os.remove('/run/DexterOS_overall_mutex')
55
except:
56
pass
57
0 commit comments