# HG changeset patch # User greg # Date 1679427308 0 # Node ID bafbed02fdd2c76fd41d4630eb7e9a8074a17444 # Parent 2774bdf30122af04093bc44cb1de6bac958ca3b6 Uploaded diff -r 2774bdf30122 -r bafbed02fdd2 call_amr_mutations.py --- a/call_amr_mutations.py Tue Mar 21 19:32:25 2023 +0000 +++ b/call_amr_mutations.py Tue Mar 21 19:35:08 2023 +0000 @@ -9,7 +9,7 @@ import sys -def run_command(self, command): +def run_command(command): try: return re.split('\\n', subprocess.check_output(command, shell=True).decode('utf-8')) except Exception: