Skip to content

Commit

Permalink
JWiringService no longer excepts when no wiring file present
Browse files Browse the repository at this point in the history
  • Loading branch information
nathanwbrei committed Nov 21, 2024
1 parent dbd93f3 commit e275f72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libraries/JANA/Services/JWiringService.h
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ class JWiringService : public JService {
};

private:
Parameter<std::string> m_wirings_input_file {this, "jana:wiring_file", "wiring.toml",
Parameter<std::string> m_wirings_input_file {this, "jana:wiring_file", "",
"Path to TOML file containing wiring definitions"};

Parameter<bool> m_strict_inheritance {this, "jana:wiring_strictness", true,
Expand Down

0 comments on commit e275f72

Please sign in to comment.