Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
integration
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Package registry
Model registry
Operate
Terraform modules
Analyze
Contributor analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
elixxir
integration
Commits
7e3820a8
Commit
7e3820a8
authored
2 years ago
by
Josh Brooks
Browse files
Options
Downloads
Patches
Plain Diff
Fix documentation
parent
19fa049f
No related branches found
No related tags found
2 merge requests
!68
Master merge
,
!46
Xx 4478/templatize
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
generatePackage.py
+0
-10
0 additions, 10 deletions
generatePackage.py
with
0 additions
and
10 deletions
generatePackage.py
+
0
−
10
View file @
7e3820a8
...
...
@@ -241,16 +241,6 @@ def main(argv: Sequence[str] | None = None) -> int:
print
(
f
"
Number of occurrences of run.sh in all subdirectories:
{
network_count
}
"
)
return
elif
args
.
command
==
"
generate
"
:
# todo: It may be that the serveral programmers are separating tests
# simultaneously. If they are doing this, it's likely their offsets will be
# the same and they will generate newtorks operating on the same port.
# In which case, there should be some way to input
# an argument to just run the count function and output the result.
# Instruct in the guide (some readme) that the user should post this offset
# Have an argument that takes this offset and adds it to run_sh_count
# Request new package name from user
#newPackage = string(input("Name of new package: "))
#os.makedirs(os.path.dirname(newPackage), exist_ok=True)
generate_server_side_config
(
network_count
+
args
.
offset
,
args
.
package
)
else
:
raise
NotImplementedError
(
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment