Nathan

Results 1 issues of Nathan

The second argument of formatFileName is `includeFileExtension` but it doesn't actually remove the extension if one is specified. ``` py> print(ScreenCloud.formatFilename("file_name.png")) file_name.png py> print(ScreenCloud.formatFilename("file_name.png", False)) file_name.png ``` I'm not sure...

plugins
Stale