Skip to content

Commit

Permalink
[hostcfgd] Missing comment added (#9113)
Browse files Browse the repository at this point in the history
Missing comment change which is supposed to arrive with #8861 is added here

Signed-off-by: Vivek Reddy Karri <vkarri@nvidia.com>
  • Loading branch information
vivekrnv authored Nov 2, 2021
1 parent 3f8821c commit 05b6207
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sonic-host-services/scripts/hostcfgd
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ DEFAULT_SELECT_TIMEOUT = 1000


def safe_eval(val, default_value=False):
""" Safely evaluate the boolean expression, without raising an exception """
""" Safely evaluate the expression, without raising an exception """
try:
ret = ast.literal_eval(val)
except ValueError:
Expand Down

0 comments on commit 05b6207

Please sign in to comment.