+args fix
This commit is contained in:
parent
6fea6ed19f
commit
7c3cb5a368
1 changed files with 1 additions and 1 deletions
|
@ -258,7 +258,7 @@ class L2Controller(object):
|
|||
|
||||
self.args = parser.parse_args()
|
||||
self.mode = self.args.mode
|
||||
self.debug = args.debug
|
||||
self.debug = self.args.debug
|
||||
|
||||
if __name__ == "__main__":
|
||||
import sys
|
||||
|
|
Loading…
Reference in a new issue