PacktPublishing / Mastering-Python-Design-Patterns-Second-Edition

Mastering-Python-Design-Patterns-Second-Edition, published by Packt
MIT License
404 stars 217 forks source link

Error in master branch #4

Open yehuihe opened 2 years ago

yehuihe commented 2 years ago

Error alert

In chapter13/interpreter.py

line 141: arg_str = ' '.join(cmd)

Trigger the ValueError exception.

Should be arg_str = ' '.join(arg)