File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 11import os
2- __version__ = '1.2.9 '
2+ __version__ = '1.2.10 '
33LOCAL_PATH = os .getcwd ()
44
55
Original file line number Diff line number Diff line change @@ -137,7 +137,7 @@ def __post_init__(self):
137137 }
138138 if self .machine :
139139 update_dict (self .machine_dict , self .machine )
140- elif self .context_type in ["LocalContext" , "localcontext"
140+ elif self .context_type in ["LocalContext" , "localcontext" ,
141141 "Local" , "local" ]:
142142 self .machine_dict = {
143143 "batch_type" : self .batch_type ,
@@ -148,7 +148,7 @@ def __post_init__(self):
148148 }
149149 if self .machine :
150150 update_dict (self .machine_dict , self .machine )
151- elif self .context_type in ["LazyLocalContext" , "lazylocalcontext"
151+ elif self .context_type in ["LazyLocalContext" , "lazylocalcontext" ,
152152 "LazyLocal" , "lazylocal" ]:
153153 self .machine_dict = {
154154 "batch_type" : self .batch_type ,
Original file line number Diff line number Diff line change 55
66setuptools .setup (
77 name = "apex-flow" ,
8- version = "1.2.9 " ,
8+ version = "1.2.10 " ,
99 author = "Zhuoyuan Li, Tongqi Wen" ,
1010 author_email = "zhuoyli@outlook.com" ,
1111 description = "Alloy Properties EXplorer using simulations" ,
You can’t perform that action at this time.
0 commit comments