diff --git a/jarvis_util/introspect/system_info.py b/jarvis_util/introspect/system_info.py index fdb4e34..4d11acb 100644 --- a/jarvis_util/introspect/system_info.py +++ b/jarvis_util/introspect/system_info.py @@ -509,10 +509,14 @@ def build(self, exec_info, introspect=True, net_sleep=10): self.apply() return self - def modify(self, exec_info): + def modify(self, exec_info, net_sleep): + """ + Edit a resource graph with new information + + """ self.introspect_fs(exec_info) - self.introspect_net(exec_info, prune_nets=True) - pass + self.introspect_net(exec_info, prune_nets=True, net_sleep=net_sleep) + self.apply() """ Introspect filesystems