Skip to content

Commit 85e6d41

Browse files
authored
Merge pull request #42 from CIAT-DAPA/develop
add space in chmod
2 parents 70d6482 + 3b31d48 commit 85e6d41

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/aclimate_cpt/prediction_class.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -750,7 +750,7 @@ def run_cpt(self,path_x, path_y, run, output, confi, p, type_trans):
750750
os.system(run)
751751

752752
elif platform.system() == "Linux":
753-
os.system("chmod +x"+run)
753+
os.system("chmod +x "+run)
754754
os.system(run)
755755

756756

0 commit comments

Comments
 (0)