thbndi commited on
Commit
1f9bb1c
·
1 Parent(s): cd13578

Update test.py

Browse files
Files changed (1) hide show
  1. test.py +3 -2
test.py CHANGED
@@ -2,5 +2,6 @@ import sys
2
  import os
3
  import shutil
4
  def print_test(task,path_benchmark):
5
- print("Second fichier ok : ",task)
6
- shutil.move('./ex.py', path_benchmark+'/ex.py')
 
 
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')