Skip to content

Commit

Permalink
Update Alevin.cpp
Browse files Browse the repository at this point in the history
spacing -- re-trigger CI
  • Loading branch information
rob-p authored and gmarcais committed Sep 16, 2021
1 parent 6f4e427 commit 373ff32
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Alevin.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -894,6 +894,7 @@ void initiatePipeline(AlevinOpts<ProtocolT>& aopt,
// write out the cmd_info.json to make sure we have that
boost::filesystem::path outputDirectory = vm["output"].as<std::string>();
bool isWriteOk = aut::writeCmdInfo(outputDirectory / "cmd_info.json", orderedOptions);

if(!isWriteOk){
fmt::print(stderr, "Writing cmd_info.json in output directory failed.\nExiting now.");
exit(1);
Expand Down

0 comments on commit 373ff32

Please sign in to comment.