| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 52580b4 commit 22db98c
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -110,7 +110,7 @@ def release(self): | |||
| 110 | 110 | ||
| 111 | 111 | # unlock lock file and remove it | |
| 112 | 112 | msvcrt.locking(self.fileobj, msvcrt.LK_UNLCK, 1) | |
| 113 | - self.fileobj.close() | ||
| 113 | + os.close(self.fileobj) | ||
| 114 | 114 | self.fileobj = None | |
| 115 | 115 | ||
| 116 | 116 | try: | |
| Back | FazBrowse Home | New Git URL |
0 commit comments