Skip to content

Commit

Permalink
Cope todo
Browse files Browse the repository at this point in the history
  • Loading branch information
hkctkuy committed Jun 4, 2024
1 parent c13323f commit 2b2d5be
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions casr/src/util.rs
Original file line number Diff line number Diff line change
Expand Up @@ -326,11 +326,6 @@ pub fn initialize_dirs(matches: &clap::ArgMatches) -> Result<&PathBuf> {
}

if let Some(seed_dir) = matches.get_one::<PathBuf>("seed") {
/* TODO: Think about it
if matches.get_flag("no-cluster") {
bail!("Couldn't use no-cluster flag with seed dir");
}
*/
copy_dir(seed_dir, output_dir)
.with_context(|| format!("Couldn't copy seed directory {}", seed_dir.display()))?;
// Get casrep dir
Expand Down

0 comments on commit 2b2d5be

Please sign in to comment.