Skip to content

Commit a00de3b

Browse files
shifu chenshifu chen
shifu chen
authored and
shifu chen
committed
fix the bug in main
1 parent 42fa50d commit a00de3b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ int main(int argc, char* argv[]){
6969

7070
// reporting
7171
opt.jsonFile = cmd.get<string>("json");
72-
opt.htmlFile = cmd.get<string>("html");
72+
//opt.htmlFile = cmd.get<string>("html");
7373

7474
opt.validate();
7575

0 commit comments

Comments
 (0)