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
In the rename function the force overwrite flag is tested after a call to os.Rename, which succeeds in overwriting a file on OS X but not linux. (incoming PR to fix)
The text was updated successfully, but these errors were encountered:
Since opening this issue and PR #76 i see there's already the same fix in #64. It omits the os.Remove call) but this doesn't seem to be necessary (tested os.Create behaviour in OS X and linux and in both cases the file is overwritten). I'll close #76 and #64 looks fine to merge.
In the
rename
function the force overwrite flag is tested after a call toos.Rename
, which succeeds in overwriting a file on OS X but not linux. (incoming PR to fix)The text was updated successfully, but these errors were encountered: