Skip to content

Commit

Permalink
add --allow-empty
Browse files Browse the repository at this point in the history
  • Loading branch information
Chenying Zhao committed Nov 15, 2023
1 parent 9adccb0 commit 5a0aceb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion babs/babs.py
Original file line number Diff line number Diff line change
Expand Up @@ -379,7 +379,8 @@ def babs_bootstrap(self, input_ds,
proc_git_commit_amend = subprocess.run(
["git", "commit", "--amend", "-m",
"Register input data dataset '" + input_ds.df["name"][i_ds]
+ "' as a subdataset"],
+ "' as a subdataset",
"--allow-empty"],
cwd=self.analysis_path,
stdout=subprocess.PIPE
)
Expand Down

0 comments on commit 5a0aceb

Please sign in to comment.