chore: fix comment (#1866)

Signed-off-by: highcloudwind <highcloud@aliyun.com.>
pull/1868/head
highcloudwind 4 months ago committed by GitHub
parent 3759050cd2
commit a710ca2898
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      mythril/support/lock.py

@ -66,7 +66,7 @@ class LockFile(object):
def __exit__(self, type, value, traceback):
"""
Lock get's released at the end of the `with` block
Lock gets released at the end of the `with` block
"""
if self.is_locked:
self.release()

Loading…
Cancel
Save