Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
silkaj
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Terraform modules
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
clients
python
silkaj
Merge requests
!81
Fix typo in network_tools.py
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Fix typo in network_tools.py
vincentux/silkaj:patch-1
into
dev
Overview
0
Commits
1
Pipelines
0
Changes
1
Merged
vincentux
requested to merge
vincentux/silkaj:patch-1
into
dev
6 years ago
Overview
0
Commits
1
Pipelines
0
Changes
1
Expand
merci vtexier d'avoir trouvé cette erreur (Wrong node given as argument)
Edited
5 years ago
by
Moul
0
0
Merge request reports
Compare
dev
version 1
c95a821d
6 years ago
dev (base)
and
latest version
latest version
c95a821d
1 commit,
6 years ago
version 1
c95a821d
1 commit,
6 years ago
1 file
+
1
−
1
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
src/network_tools.py
+
1
−
1
Options
@@ -141,7 +141,7 @@ def best_node(ep, main):
except
:
pass
if
main
:
print
(
"
Wrong node give
d
as argument
"
,
file
=
stderr
)
print
(
"
Wrong node give
n
as argument
"
,
file
=
stderr
)
exit
(
1
)
return
None
Loading