Skip to content

Commit

Permalink
Fix for issue Juniper#1322 to pass no_validate
Browse files Browse the repository at this point in the history
  • Loading branch information
chidanandpujar committed Oct 9, 2024
1 parent 8311892 commit 6286c94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/jnpr/junos/utils/sw.py
Original file line number Diff line number Diff line change
Expand Up @@ -984,7 +984,7 @@ def _progress(report):
kwargs.update({"no_validate": True})

if issu is True:
if validate is False: # To Check validation is False
if validate is False: # To Check validation is False
# Need to pass the no_validate option via kwargs
kwargs.update({"no_validate": True})
_progress("ISSU: installing software ... please be patient ...")
Expand Down

0 comments on commit 6286c94

Please sign in to comment.