You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The add_watch function only supports strings when supplying the path to watch. Thus, if one uses Python 3.4's pathlib module for paths, it has to be converted to a string first when adding a watch:
The
add_watch
function only supports strings when supplying the path to watch. Thus, if one uses Python 3.4'spathlib
module for paths, it has to be converted to a string first when adding a watch:While minor, it could be useful to allow passing
pathlib
instances directly:The text was updated successfully, but these errors were encountered: