We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 23b3412 commit df3615dCopy full SHA for df3615d
1 file changed
scripts/third_party_clone/cpp_utils.py
@@ -1,6 +1,7 @@
1
import os
2
import shutil
3
import multiprocessing
4
+import time
5
6
7
class install_cpp_utils:
@@ -36,4 +37,5 @@ def __install_csv_parser(self):
36
37
38
os.system(
39
"git clone https://github.com/ben-strasser/fast-cpp-csv-parser.git " + path)
40
+ os.system("mkdir ./src/log")
41
shutil.copyfile(path + "/csv.h", "./src/log/csv.h")
0 commit comments