Schultz 8 gadus atpakaļ
vecāks
revīzija
4a7554cf27
1 mainītis faili ar 2 papildinājumiem un 2 dzēšanām
  1. 2
    2
      gitstats

+ 2
- 2
gitstats Parādīt failu

@@ -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: