We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1b5312a commit cd0d3f5Copy full SHA for cd0d3f5
1 file changed
scripts/1-fetch/doaj_fetch.py
@@ -19,6 +19,7 @@
19
import argparse
20
import csv
21
import os
22
+import subprocess
23
import sys
24
import textwrap
25
import time
@@ -169,9 +170,6 @@ def load_country_names():
169
170
PATHS["repo"], "dev", "generate_country_codes.py"
171
)
172
try:
- # Standard library
173
- import subprocess
174
-
175
subprocess.run([sys.executable, generate_script], check=True)
176
LOGGER.info("Successfully generated country codes file")
177
except Exception as e:
0 commit comments