[bisq-network/bisq] Dont log error if BSQ blocks directory does not exist in resources (PR #5909)

chimp1984 notifications at github.com
Thu Dec 9 19:12:34 CET 2021


@chimp1984 commented on this pull request.



> @@ -123,9 +123,11 @@ void copyFromResources(String postFix) {
             }
             for (String fileName : fileNames) {
                 File destinationFile = new File(storageDir, fileName);
-                FileUtil.resourceToFile(resourceDir + "/" + fileName, destinationFile);
+                FileUtil.resourceToFile(resourceDir + File.separator + fileName, destinationFile);

Ah really? Weird... Will revert that. Javas resource handling is really a pain.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/bisq-network/bisq/pull/5909#discussion_r766038609
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.bisq.network/pipermail/bisq-github/attachments/20211209/aa7766a4/attachment.htm>


More information about the bisq-github mailing list