Browse Source

new slash

Schultz 8 years ago
parent
commit
d82fe6bcbd
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      execution.py

+ 1
- 1
execution.py View File

22
 	# print (dirs_name)
22
 	# print (dirs_name)
23
 	for direct in dirs_name:
23
 	for direct in dirs_name:
24
 		fullPath=(os.path.join(subdir_name, direct))
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
 if __name__ == "__main__":
28
 if __name__ == "__main__":