Issue 8: dynawa.bitmap.from_png_file() does not check for invalid filenames
Status:  Fixed
Owner:
Closed:  Feb 2010
Cc:
Project Member Reported by fuka2@fuxoft.cz, Feb 1, 2010
What steps will reproduce the problem?
1. Try this command: dynawa.bitmap.from_png_file("invalid_name.xyz")

What is the expected output?
Lua error should be thrown

What do you see instead?
There is no error thrown. Additionally, the result is not a bitmap but the 
string "invalid_name.xyz"

Feb 2, 2010
Project Member #1 nali...@gmail.com
fixed
Status: Fixed