Skip to content

Commit

Permalink
Fixed typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
paulsaxe committed Feb 9, 2024
1 parent 489f691 commit 00971f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mopac_step/mopac.py
Original file line number Diff line number Diff line change
Expand Up @@ -290,7 +290,7 @@ def run(self, printer=printer):
else:
full_config[executor_type] = {
"installation": "local",
"code": str(path)
"code": str(path),
}

config = dict(full_config.items(executor_type))
Expand Down

0 comments on commit 00971f0

Please sign in to comment.