Skip to content

Commit

Permalink
clean
Browse files Browse the repository at this point in the history
  • Loading branch information
ysawa0 committed Nov 9, 2023
1 parent 040a084 commit 06a269f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/python.rs
Original file line number Diff line number Diff line change
Expand Up @@ -90,8 +90,6 @@ pub fn setup_preset(mut preset: String, name: String, create: bool) {
prefix = format!("./{}", name)
}

// Get the current operating system

// Create needed dirs
let _ = fs::create_dir_all(format!("{}/.cpa", prefix));
let _ = fs::create_dir_all(format!("{}/.vscode", prefix));
Expand Down

0 comments on commit 06a269f

Please sign in to comment.