Skip to content

Commit cc8c9af

Browse files
committed
remove unnecessary block
1 parent f641c86 commit cc8c9af

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

pyCIAM/run.py

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1562,12 +1562,6 @@ def execute_pyciam(
15621562
params = pd.read_json(params_path)["values"]
15631563
params.update(params_override)
15641564

1565-
# determine whether to check for finished jobs
1566-
if output_path is None:
1567-
check = False
1568-
else:
1569-
check = True
1570-
15711565
attr_dict = {
15721566
"updated": pd.Timestamp.now(tz="US/Pacific").strftime("%c"),
15731567
"planning_period_start_years": params.at_start,

0 commit comments

Comments
 (0)