Loading autocnet/graph/cluster_submit_single.py +2 −2 Original line number Diff line number Diff line Loading @@ -48,7 +48,6 @@ def process(msg): msg : dict The message that parametrizes the job. """ # Deserialize the message msg = json.loads(msg, object_hook=object_hook) Loading Loading @@ -91,7 +90,8 @@ def process(msg): return msg def main(): process(sys.argv[1]) msg = ''.join(sys.argv[1:]) process(msg) if __name__ == '__main__': main() Loading
autocnet/graph/cluster_submit_single.py +2 −2 Original line number Diff line number Diff line Loading @@ -48,7 +48,6 @@ def process(msg): msg : dict The message that parametrizes the job. """ # Deserialize the message msg = json.loads(msg, object_hook=object_hook) Loading Loading @@ -91,7 +90,8 @@ def process(msg): return msg def main(): process(sys.argv[1]) msg = ''.join(sys.argv[1:]) process(msg) if __name__ == '__main__': main()