Schultz hace 8 años
padre
commit
d82fe6bcbd
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      execution.py

+ 1
- 1
execution.py Ver fichero

@@ -22,7 +22,7 @@ def generateGitstatsOnFolders ():
22 22
 	# print (dirs_name)
23 23
 	for direct in dirs_name:
24 24
 		fullPath=(os.path.join(subdir_name, direct))
25
-		os.system("./gitstats "+fullPath+" "+output_folder+direct)
25
+		os.system("./gitstats "+fullPath+" "+output_folder+"/"+direct)
26 26
 
27 27
 
28 28
 if __name__ == "__main__":