Bladeren bron

path errors

Schultz 8 jaren geleden
bovenliggende
commit
2e3327d9c5
1 gewijzigde bestanden met toevoegingen van 1 en 1 verwijderingen
  1. 1
    1
      gitstats

+ 1
- 1
gitstats Bestand weergeven

@@ -1583,7 +1583,7 @@ 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")
1586
+        os.system("git2json > '"+os.path.abspath(args[-1])+"/top_committed_files.json'")
1587 1587
 
1588 1588
         rundir = os.getcwd()
1589 1589