Skip to content
New issue

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

remove hostname from the form #470

Merged
merged 4 commits into from
Oct 18, 2023
Merged

remove hostname from the form #470

merged 4 commits into from
Oct 18, 2023

Conversation

azazellochg
Copy link
Member

We do not support remote host executions, so this param wastes form space.

@pconesa
Copy link
Contributor

pconesa commented Oct 13, 2023

Good point. I'd wait to merge this for the next release to be tested more time. What do you think?

@azazellochg
Copy link
Member Author

azazellochg commented Oct 13, 2023 via email

@sonarcloud
Copy link

sonarcloud bot commented Oct 13, 2023

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

@pconesa pconesa merged commit 5196f26 into devel Oct 18, 2023
2 checks passed
@pconesa pconesa deleted the remove-hostname branch October 18, 2023 06:11
@@ -1977,7 +1961,7 @@ def _createCommon(self, parent):

btnHelp.grid(row=r, column=c + 2, padx=(5, 0), pady=5, sticky='w')

r = 3 # ---- Wait for other protocols (SCHEDULE) ----
r = 2 # ---- Wait for other protocols (SCHEDULE) ----
Copy link
Member Author

Choose a reason for hiding this comment

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

I guess we can remove this duplicated line

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants