mirror of
https://github.com/TECHNOFAB11/bumpver.git
synced 2025-12-12 14:30:09 +01:00
cli -> __main__ refactor
This commit is contained in:
parent
4caece2817
commit
75563672b4
3 changed files with 169 additions and 154 deletions
|
|
@ -76,7 +76,7 @@ class Project:
|
|||
for path_parts in FIXTURE_PATH_PARTS:
|
||||
maybe_file_path = self.dir.joinpath(*path_parts)
|
||||
if maybe_file_path.exists():
|
||||
self.shell(f"{cmd} add {str(maybe_file_path)}")
|
||||
self.shell(cmd + " add " + str(maybe_file_path))
|
||||
added_file_paths.append(maybe_file_path)
|
||||
|
||||
assert len(added_file_paths) >= 2
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue