mirror of https://github.com/python/cpython
Fix typo in freeze_modules (#29744)
This commit is contained in:
parent
5c4b19ec49
commit
256f9c4588
|
@ -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()
|
||||
|
|
Loading…
Reference in New Issue