Skip to content

Commit

Permalink
Fix intentional style error
Browse files Browse the repository at this point in the history
Travis CI email notifications occurs only for changed/failed builds on
master, not PRs
  • Loading branch information
felker committed Dec 16, 2019
1 parent 3694877 commit c82ba61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plasma/global_vars.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

def init_MPI():
from mpi4py import MPI
global comm, task_index, num_workers#
global comm, task_index, num_workers
comm = MPI.COMM_WORLD
task_index = comm.Get_rank()
num_workers = comm.Get_size()
Expand Down

0 comments on commit c82ba61

Please sign in to comment.