We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Describe the bug
Incomplete state update in session.py (function open_xml())
To Reproduce
if start:
start session if needed
if start: state = EventTypes.INSTANTIATION_STATE #_ADDITION self.set_state(state) #_ADDITION self.instantiate()
Desktop (please complete the following information):
OS: Ubuntu 18.04 or CentOS 7.7.1908
CORE Version: 6.3.0
EMANE Version: N/A
The text was updated successfully, but these errors were encountered:
I'll take a glance and compare with normal startup behavior.
Sorry, something went wrong.
Odds are this would have no real impact, unless you were trying to use a hook script during this state, the only thing I can think of.
But, I updated this to be consistent with how sessions are started up in other cases.
FIxed on develop.
bharnden
No branches or pull requests
Describe the bug
Incomplete state update in session.py (function open_xml())
To Reproduce
if start:
be as follows? Updates are indicated by "#_ADDITION"start session if needed
Desktop (please complete the following information):
OS: Ubuntu 18.04 or CentOS 7.7.1908
CORE Version: 6.3.0
EMANE Version: N/A
The text was updated successfully, but these errors were encountered: