Skip to content
Snippets Groups Projects
Commit 4b9180be authored by tjc's avatar tjc
Browse files

fix for creating running directory

git-svn-id: svn+ssh://svn.internal.sanger.ac.uk/repos/svn/pathsoft/artemis/trunk@6278 ee4ac58c-ac51-4696-9907-e4b3aa274f04
parent e2af62d1
Branches
Tags
No related merge requests found
......@@ -331,6 +331,8 @@ public class SshPSUClient extends Thread
if(index > -1)
filename = filename.substring(index+1);
if(i == 0)
{
try
{
if(!keep)
......@@ -339,6 +341,7 @@ public class SshPSUClient extends Thread
wdir = wdir + "/" + program + "/";
sftp.mkdir(wdir);
logger4j.debug("mkdir() " + wdir);
// sftp.put(filepath, wdir+filename);
}
catch(SshException sshe)
......@@ -357,6 +360,7 @@ public class SshPSUClient extends Thread
{
// directory already created
}
}
try
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment