Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
discus
pydtnsim
Commits
79fc3836
Commit
79fc3836
authored
Jan 23, 2020
by
Jarrod Pas
Browse files
Merge branch '1-job-failed-14313' into 'develop'
Resolve "Job Failed #14313" Closes
#1
See merge request discus/pydtn!20
parents
eaaf791e
0aa4c62f
Pipeline
#6624
passed with stage
in 2 minutes and 26 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
examples/random_node.py
View file @
79fc3836
...
...
@@ -2,6 +2,7 @@
__author__
=
"Jarrod Pas <j.pas@usask.ca>"
import
sys
from
random
import
Random
from
pydtn
import
Network
,
Node
,
RandomTrace
,
RandomTraffic
...
...
@@ -62,4 +63,4 @@ def main():
if
__name__
==
'__main__'
:
exit
(
main
())
sys
.
exit
(
main
())
examples/shed.py
View file @
79fc3836
...
...
@@ -99,4 +99,4 @@ def parse_args(args):
if
__name__
==
'__main__'
:
exit
(
main
(
parse_args
(
sys
.
argv
[
1
:])))
sys
.
exit
(
main
(
parse_args
(
sys
.
argv
[
1
:])))
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment