Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion ucsmsdk/utils/ucsguilaunch.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ def ucs_gui_launch(handle, need_url=False):

jnlp_file = None
try:
ucsm_gui_url = "%s/ucsm/ucsm.jnlp" % handle.uri
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

How is this change related to this PR or firmware upload in general?

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is an another issue -
#241
https://jira-eng-sjc11.cisco.com/jira/browse/UCSES-27 (Please refer attachment)

Does it required to create a new Fork and raise PR ?

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You can create new branches in your fork for each bug fix and submit individual PRs from each of your bug fix branches. Do not mix multiple unrelated changes in a single PR.

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sure,

ucsm_gui_url = "%s/app/ucsm/index.html" % handle.uri
if handle:
auth_token = handle.get_auth_token()
log.debug("AuthToken: <%s>" % auth_token)
Expand Down