Script execution
This commit is contained in:
@@ -1,7 +1,9 @@
|
||||
import multiprocessing as mp
|
||||
mp.set_start_method('fork')
|
||||
#mp.set_start_method('fork')
|
||||
|
||||
def f(name):
|
||||
with open('/Users/gobbo_a/readme.txt', 'w') as f:
|
||||
f.write('hello' )
|
||||
print('hello', name)
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user