This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
AI流水线
Repositories
Datasets
Forum
实训
竞赛
大数据
AI开发
Register
Sign In
dora-rs
/
dora
Not watched
Unwatch
Watch all
Watch but not notify
1
Star
0
Fork
0
Code
Releases
124
Wiki
evaluate
Activity
Issues
0
Pull Requests
0
Datasets
Model
Cloudbrain
HPC
Browse Source
Revert "Fix weird daemon folder"
pull/1065/head
Philipp Oppermann
GitHub
6 months ago
parent
be993a9280
commit
16ec7fbaee
No known key found for this signature in database
GPG Key ID:
B5690EEEBB952194
1 changed files
with
3 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+3
-1
binaries/daemon/src/lib.rs
+ 3
- 1
binaries/daemon/src/lib.rs
View File
@@ -2158,7 +2158,9 @@ impl Daemon {
// use subfolder of daemon working dir
let daemon_working_dir =
current_dir().context("failed to get daemon working dir")?;
Ok(daemon_working_dir)
Ok(daemon_working_dir
.join("_work")
.join(session_id.uuid().to_string()))
}
}
}
Write
Preview
Loading…
Cancel
Save