|
|
@@ -1573,11 +1573,13 @@ class GitStats:
|
|
1573
|
1573
|
|
|
1574
|
1574
|
outputpath = os.path.abspath(args[-1])
|
|
1575
|
1575
|
|
|
1576
|
|
- # execute git2json for top files
|
|
1577
|
|
- os.system("cd "+os.path.abspath(args[0])+" && git2json > '"+os.path.abspath(args[-1])+"/top_committed_files.json'")
|
|
|
1576
|
+
|
|
1578
|
1577
|
|
|
1579
|
1578
|
rundir = os.getcwd()
|
|
1580
|
1579
|
|
|
|
1580
|
+ # execute git2json for top files
|
|
|
1581
|
+ os.system("cd "+os.path.abspath(args[0])+" && git2json > '"+os.path.abspath(args[-1])+"/top_committed_files.json'")
|
|
|
1582
|
+
|
|
1581
|
1583
|
try:
|
|
1582
|
1584
|
os.makedirs(outputpath)
|
|
1583
|
1585
|
except OSError:
|