+args fix

This commit is contained in:
Nico Schottelius 2019-03-04 14:57:27 +01:00
parent 6fea6ed19f
commit 7c3cb5a368

View file

@ -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