| Issue 8: | dynawa.bitmap.from_png_file() does not check for invalid filenames | |
| 1 person starred this issue and may be notified of changes. | Back to list |
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
Status:
Fixed
|