Skip to content

Commit fd50383

Browse files
committed
No comment
1 parent 7163bf7 commit fd50383

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/psij/resource_spec.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ def _check_constraints(self) -> None:
100100
# nothing specified
101101
self._computed_process_count = 1
102102
self._computed_node_count = 1
103-
self._commputed_ppn = 1
103+
self._computed_ppn = 1
104104
elif nulls == 2:
105105
if self.process_count is not None:
106106
self._computed_node_count = 1

0 commit comments

Comments
 (0)