Skip to content
Snippets Groups Projects
Commit 7b4bae0a authored by Jonathan Wakely's avatar Jonathan Wakely
Browse files

gcc-changelog: Remove use of non-strict mode

contrib/ChangeLog:

	* gcc-changelog/git_email.py: Remove use of non-strict mode.
parent c0129e2d
No related branches found
No related tags found
No related merge requests found
...@@ -110,7 +110,7 @@ if __name__ == '__main__': ...@@ -110,7 +110,7 @@ if __name__ == '__main__':
print() print()
print('Successfully parsed: %d/%d' % (success, len(allfiles))) print('Successfully parsed: %d/%d' % (success, len(allfiles)))
else: else:
email = GitEmail(sys.argv[1], False) email = GitEmail(sys.argv[1])
if email.success: if email.success:
print('OK') print('OK')
email.print_output() email.print_output()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment