Skip to content

Commit

Permalink
Merge pull request #116 from lukemartinlogan/master
Browse files Browse the repository at this point in the history
Add net sleep to modifyh
  • Loading branch information
lukemartinlogan authored Feb 12, 2025
2 parents 994dcde + 909f3d5 commit 504c304
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion bin/jarvis
Original file line number Diff line number Diff line change
Expand Up @@ -1147,7 +1147,8 @@ class JarvisArgs(ArgParse):
self.jarvis.save()

def resource_graph_modify(self):
self.jarvis.resource_graph_modify()
net_sleep = self.kwargs['net_sleep']
self.jarvis.resource_graph_modify(net_sleep)
self.jarvis.save()

def resource_graph_prune(self):
Expand Down

0 comments on commit 504c304

Please sign in to comment.