Page MenuHomeVyOS Platform

Syntax error in interface-dummy.py
Closed, ResolvedPublicBUG

Description

Syntax error in interface-dummy.py

if dummy['disable']:
            d.set_state('down')
        else
            d.set_state('up')

Colon missing after else statement.

Details

Difficulty level
Easy (less than an hour)
Version
Current branch e44466768233d33aa26cd033fb66d1dbeec207a7
Why the issue appeared?
Will be filled on close
Is it a breaking change?
Unspecified (possibly destroys the router)
Issue type
Bug (incorrect behavior)

Event Timeline

vindenesen changed the task status from Open to In progress.Sep 27 2019, 4:56 PM
vindenesen claimed this task.
vindenesen triaged this task as High priority.
erkin set Issue type to Bug (incorrect behavior).Aug 31 2021, 6:42 PM