Skip to content

Commit

Permalink
missed staging_path default
Browse files Browse the repository at this point in the history
  • Loading branch information
heavycrystal committed Nov 23, 2023
1 parent 3e0ff70 commit 50d5670
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nexus/analyzer/src/qrep.rs
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ const QREP_OPTIONS: &[QRepOptionType] = &[
},
QRepOptionType::String {
name: "staging_path",
default_val: None,
default_val: Some(""),
required: false,
accepted_values: None,
},
Expand Down

0 comments on commit 50d5670

Please sign in to comment.