Skip to content

Commit

Permalink
python3 fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ondrejmular committed Jan 19, 2018
1 parent 8b2665c commit 87fb199
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pcs/lib/commands/sbd.py
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,8 @@ def enable_sbd(

lib_env.report_processor.process_list(
_check_node_names_in_cluster(
node_list, watchdog_dict.keys() + node_device_dict.keys()
node_list,
list(watchdog_dict.keys()) + list(node_device_dict.keys())
)
+
_validate_watchdog_dict(full_watchdog_dict)
Expand Down

0 comments on commit 87fb199

Please sign in to comment.