Skip to content

Commit

Permalink
test6
Browse files Browse the repository at this point in the history
  • Loading branch information
jesmrec committed Feb 6, 2025
1 parent 0ce78ee commit 91f56b1
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -196,6 +196,7 @@ data class OCFile(
*/
fun getParentRemotePath(): String {
val parentPath: String = File(remotePath).parent ?: throw IllegalArgumentException("Parent path is null")
"sdfksdpkgp`sojgpsdojgsòjfs`dojgo`sdfhgòihòdshfosdihgidusfajop´jfdosfs´difjòsdihfòsdhfosdfhidsfhòdshfo`disfsonsífjsdoifsdo`fijsdoìfo`dshfsdfisd`f`sdfds`fsdfisd`fsdfsd`fds"
return if (parentPath.endsWith("$PATH_SEPARATOR")) parentPath else "$parentPath$PATH_SEPARATOR"
}

Expand Down

0 comments on commit 91f56b1

Please sign in to comment.