From 4d6984f8851bcc13aeb4c3004282fb148b7f9d5c Mon Sep 17 00:00:00 2001 From: Aditya Wibawa Sakti Date: Mon, 17 Apr 2023 13:03:52 +0900 Subject: [PATCH] Bug fix --- bin/cmmde.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/cmmde.py b/bin/cmmde.py index 2d059b8..14a2deb 100755 --- a/bin/cmmde.py +++ b/bin/cmmde.py @@ -470,7 +470,7 @@ if opt.software == 'dcdftb': cd $PWD $DCDFTB_COMMAND mv dftb.out cmmd.out -if [-f traject.xyz]; then +if [ -f traject.xyz ]; then mv traject traject.xyz fi""",file=fout) os.system("chmod +x run.sh")