-
Notifications
You must be signed in to change notification settings - Fork 57
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Extra temp hash empty dir appears in SSHContext
remote
#177
Labels
bug
Something isn't working
Comments
njzjz
added a commit
to njzjz/dpdispatcher
that referenced
this issue
Sep 18, 2022
njzjz
added a commit
that referenced
this issue
Sep 18, 2022
Fixed by #261. |
The modification resolves the issue in case of a run without interruption. dpdispatcher/dpdispatcher/submission.py Lines 372 to 389 in 5785a78
|
njzjz
added a commit
that referenced
this issue
Jun 27, 2023
Fix #177. --------- Signed-off-by: Jinzhe Zeng <[email protected]>
Fixed in #346. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I found that when I use
SSHContext
, after runningdpdispatcher
, 2 hash directories appear in the remote directory:I found out that the problem is
Submission
instance, it creates the first useless directorydpdispatcher/dpdispatcher/submission.py
Line 56 in 793a7d5
dpdispatcher/dpdispatcher/ssh_context.py
Line 289 in 793a7d5
Submission.run_submission
dpdispatcher/dpdispatcher/submission.py
Line 169 in 793a7d5
dpdispatcher/dpdispatcher/submission.py
Line 330 in 793a7d5
The text was updated successfully, but these errors were encountered: