Update test.py
Browse files
test.py
CHANGED
@@ -2,5 +2,6 @@ import sys
|
|
2 |
import os
|
3 |
import shutil
|
4 |
def print_test(task,path_benchmark):
|
5 |
-
|
6 |
-
|
|
|
|
2 |
import os
|
3 |
import shutil
|
4 |
def print_test(task,path_benchmark):
|
5 |
+
path= os.getcwd()
|
6 |
+
print("Second fichier ok : ",path)
|
7 |
+
#shutil.move('./ex.py', path_benchmark+'/ex.py')
|