Skip to content

Commit c82ba61

Browse files
committed
Fix intentional style error
Travis CI email notifications occurs only for changed/failed builds on master, not PRs
1 parent 3694877 commit c82ba61

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plasma/global_vars.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
def init_MPI():
1515
from mpi4py import MPI
16-
global comm, task_index, num_workers#
16+
global comm, task_index, num_workers
1717
comm = MPI.COMM_WORLD
1818
task_index = comm.Get_rank()
1919
num_workers = comm.Get_size()

0 commit comments

Comments
 (0)