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 58efcfa commit 75f7fb2Copy full SHA for 75f7fb2
scripts/execute-convert.py
@@ -5,7 +5,7 @@
5
slug = sys.argv[1]
6
7
8
-def run_command(command, verbose=0):
+def run_command(command, verbose=1):
9
try:
10
result = subprocess.run(command, check=True, capture_output=True, text=True)
11
except (
0 commit comments