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
Commit 733eb12 refactored Tern to pass command line arguments as a
single object, prereqs, instead of the arg.* values separately. The
debug execution path was not updated to use the prereqs object, however,
and therefore, was throwing an AttributeError trying to read
'args.shell' as a prereqs object. This commit updates the debug
execution path to utilize a prereqs object.
Resolves#967
Signed-off-by: Rose Judge <[email protected]>
0 commit comments