The default Windows API returns an error HRESULT if `Commit` is called with no operations queued. This release updates `ifileoperation` to catch this specific case and ignore it, so it is safe to use `FileOperator.commit` if no operations were actually queued.
What's Changed
* Detect calling `commit` on a `FileOperator` with no operations queued by lojack5 in https://github.com/lojack5/IFileOperation/pull/13
**Full Changelog**: https://github.com/lojack5/IFileOperation/compare/1.2.2...1.2.3