Skip to content
Snippets Groups Projects
Commit 0aa4c62f authored by Jarrod Pas's avatar Jarrod Pas
Browse files

fixes pylint errors

parent eaaf791e
No related branches found
No related tags found
1 merge request!20Resolve "Job Failed #14313"
Pipeline #6623 passed
......@@ -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())
......@@ -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:])))
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