Skip to content

Commit 0cb9751

Browse files
committed
Don't read the changelog more than 1 time (when testing different encodings)
1 parent f840d6d commit 0cb9751

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/windows/about.py

+1
Original file line numberDiff line numberDiff line change
@@ -268,6 +268,7 @@ def __init__(self):
268268
'date': line[9:20].strip(),
269269
'author': line[20:45].strip(),
270270
'subject': line[45:].strip() })
271+
break
271272
except:
272273
# Ignore decoding errors
273274
pass

0 commit comments

Comments
 (0)