bug fix
This commit is contained in:
parent
6874e95cfe
commit
dbba5c4044
@ -1,6 +1,7 @@
|
||||
#!/usr/bin/env python
|
||||
|
||||
import sys
|
||||
import os
|
||||
import time
|
||||
|
||||
from multiprocessing.managers import BaseManager
|
||||
@ -63,7 +64,7 @@ if __name__ == '__main__':
|
||||
g = ggrid(input_file)
|
||||
g.q = np.array([exact(x) for x in g.verts])
|
||||
|
||||
myname = "%s-%d" % os.uname()[1], os.getpid())
|
||||
myname = "%s-%d" % (os.uname()[1], os.getpid())
|
||||
|
||||
shutdown = False
|
||||
while not shutdown:
|
||||
|
Loading…
Reference in New Issue
Block a user