Page MenuHomeVyOS Platform

Change migration script len arguments checking
Closed, ResolvedPublicBUG

Description

Change migration script len arguments checking
Currently we have if (len(sys.argv) < 1): but expects 2 args if len(sys.argv) < 2:
the script's name is always provided as the first argument sys.argv[0]

Details

Version
1.4
Is it a breaking change?
Unspecified (possibly destroys the router)