Skip to content

Commit 43541b6

Browse files
Fix CI test that relied on add_all=True
1 parent b363b1a commit 43541b6

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

cadetrdm/initialize_repo.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -224,6 +224,7 @@ def initialize_output_repo(output_directory_name, gitignore: list = None,
224224
create_output_readme()
225225

226226
repo = OutputRepo(".")
227+
repo.add_all_files()
227228
repo.commit("initial commit")
228229

229230
os.chdir(starting_directory)

0 commit comments

Comments
 (0)