-
Notifications
You must be signed in to change notification settings - Fork 59
Labels
bugSomething isn't workingSomething isn't working
Description
I found that when I use SSHContext
, after running dpdispatcher
, 2 hash directories appear in the remote directory:
- One is empty.
- The other is the working directory,
I found out that the problem is
- When dpdispatcher initializes a
Submission
instance, it creates the first useless directory
dpdispatcher/dpdispatcher/submission.py
Line 56 in 793a7d5
self.bind_machine(machine)
dpdispatcher/dpdispatcher/ssh_context.py
Line 289 in 793a7d5
sftp.mkdir(self.remote_root) - Then create the real working directory after
Submission.run_submission
dpdispatcher/dpdispatcher/submission.py
Line 169 in 793a7d5
self.generate_jobs()
dpdispatcher/dpdispatcher/submission.py
Line 330 in 793a7d5
self.bind_machine(self.machine)
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working