Skip to content

Commit

Permalink
Fix typo in freeze_modules (python#29744)
Browse files Browse the repository at this point in the history
  • Loading branch information
kumaraditya303 authored and remykarem committed Dec 7, 2021
1 parent bfe9a16 commit dcaa3ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tools/scripts/freeze_modules.py
Original file line number Diff line number Diff line change
Expand Up @@ -726,5 +726,5 @@ def main():
if __name__ == '__main__':
argv = sys.argv[1:]
if argv:
sys.exit('ERROR: got unexpected args {argv}')
sys.exit(f'ERROR: got unexpected args {argv}')
main()

0 comments on commit dcaa3ae

Please sign in to comment.