bslatkin / effectivepython

Effective Python: Second Edition — Source Code and Errata for the Book
https://effectivepython.com
2.2k stars 710 forks source link

Item #18: Missing line continuation character #80

Closed bslatkin closed 1 month ago

bslatkin commented 4 years ago

Another reported by Toshi:

TypeError: open_picture() missing 1 required positional
argument: 'profile_path'

There should be a line continuation character in there for the two lines of the stringified exception.

bslatkin commented 1 month ago

Duplicate with #79 but in a different location