Skip to content

Commit

Permalink
Fix issue #25 - don't delete existing repo without warning when running
Browse files Browse the repository at this point in the history
`setup -i`
  • Loading branch information
jeremyestein committed Oct 7, 2024
1 parent 2d5872d commit e0d9c99
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion emap-setup/emap_runner/runner.py
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,6 @@ def setup(self) -> None:
repos = self.global_config.extract_repositories(branch_name=self.args.branch)

if self.args.init:
repos.clean(print_warnings=False)
repos.clone()

elif self.args.update:
Expand Down

0 comments on commit e0d9c99

Please sign in to comment.