Skip to content
Snippets Groups Projects
Commit 7e3820a8 authored by Josh Brooks's avatar Josh Brooks
Browse files

Fix documentation

parent 19fa049f
No related branches found
No related tags found
2 merge requests!68Master merge,!46Xx 4478/templatize
......@@ -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(
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment