(10-31-2017, 09:45 PM)Dkk Wrote:(10-23-2017, 05:49 PM)Ofnuts Wrote: * Filters>Python-fu>Console
* Enter "pdb.file_png_get_defaults()" (without the quotes) then strike [enter]
* Post results
Traceback (most recent call last):
File "<input>", line 1, in <module>
RuntimeError: O Procedimento "file-png-get-defaults" não retornou os valores de retorno
Very unexpected message, in standard Python this shouldn't not print anything if the procedure doesn't return values. Does:
Code:
print pdb.file_png_get_defaults()
Code:
None