You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Traceback (most recent call last):
File "./bessctl", line 9, in
import commands
File "/home/hepeng/bess/bessctl/commands.py", line 507
exec(code in new_globals, locals())
SyntaxError: unqualified exec is not allowed in function '_do_run_file' it contains a nested function with free variables
The text was updated successfully, but these errors were encountered:
Traceback (most recent call last):
File "./bessctl", line 9, in
import commands
File "/home/hepeng/bess/bessctl/commands.py", line 507
exec(code in new_globals, locals())
SyntaxError: unqualified exec is not allowed in function '_do_run_file' it contains a nested function with free variables
The text was updated successfully, but these errors were encountered: