changeset 5:bafbed02fdd2 draft

Uploaded
author greg
date Tue, 21 Mar 2023 19:35:08 +0000
parents 2774bdf30122
children 0a4835bee6a6
files call_amr_mutations.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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: