mirror of
https://github.com/SELinuxProject/setools
synced 2025-03-30 23:36:23 +00:00
seinfoflow: Whitespace fix.
This commit is contained in:
parent
2c133a6831
commit
5aa99044d7
@ -103,6 +103,7 @@ try:
|
||||
m = setools.PermissionMap(args.map)
|
||||
g = setools.InfoFlowAnalysis(p, m, min_weight=args.min_weight, exclude=args.exclude,
|
||||
booleans=booleans)
|
||||
|
||||
if args.shortest_path or args.all_paths:
|
||||
if args.shortest_path:
|
||||
paths = g.all_shortest_paths(args.source, args.target)
|
||||
|
Loading…
Reference in New Issue
Block a user