Skip to content

Commit 3694877

Browse files
committed
Introduce style error to test Travis CI build notifications
1 parent cd11e64 commit 3694877

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)