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
0aa4c62f
Commit
0aa4c62f
authored
Jan 23, 2020
by
Jarrod Pas
Browse files
fixes pylint errors
parent
eaaf791e
Pipeline
#6623
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 @
0aa4c62f
...
...
@@ -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 @
0aa4c62f
...
...
@@ -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