Explorar el Código

> instead of |

Schultz hace 8 años
padre
commit
4a7554cf27
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2
    2
      gitstats

+ 2
- 2
gitstats Ver fichero

@@ -1583,8 +1583,8 @@ class GitStats:
1583 1583
         outputpath = os.path.abspath(args[-1])
1584 1584
 
1585 1585
         # execute git2json for top files
1586
-        os.system("git2json | ~"+os.path.abspath(args[-1])+"/top_committed_files.json")
1587
-        
1586
+        os.system("git2json > ~"+os.path.abspath(args[-1])+"/top_committed_files.json")
1587
+
1588 1588
         rundir = os.getcwd()
1589 1589
 
1590 1590
         try: