FemtoCleaner.jl icon indicating copy to clipboard operation
FemtoCleaner.jl copied to clipboard

Incorrect bot action in invenia/FTPClient.jl

Open femtocleaner[bot] opened this issue 6 years ago • 0 comments

@ararslan has indicated an incorrect bot action in https://github.com/invenia/FTPClient.jl/pull/84 The relevant snippets are shown below:

@@ -145,7 +145,7 @@ end
     ftp = FTP(; opts...)
     local_file = upload_file
     server_dir = joinpath(HOMEDIR, testdir)
-    mkdir(ftp, testdir)
+    mkdir(ftp, mode=testdir)

femtocleaner[bot] avatar Feb 28 '19 21:02 femtocleaner[bot]