Commit 6a0dd40b authored by Dan Notestein's avatar Dan Notestein
Browse files

Fix boolean argument serialization appending empty string

Boolean flags like --replay-blockchain should not have any value
appended. Previously, the code would generate ['--replay-blockchain', '']
which caused hived to fail on startup.

Now we check if the converted value is non-empty before appending,
so boolean flags correctly produce just ['--replay-blockchain'].
parent 241ed0cb
Loading
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment