Skip to content
Snippets Groups Projects
Commit 36cb5d96 authored by Bruce Flynn's avatar Bruce Flynn
Browse files

switch sat name check

parent a64bcbd4
No related branches found
No related tags found
No related merge requests found
......@@ -27,8 +27,8 @@ def main():
level = args.aggr_level or args.aggr
if args.sat == 'snpp':
args.sat = 'npp'
if args.sat == 'npp':
args.sat = 'snpp'
if level:
packets_to_rdrs(
......
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