Skip to content

Commit 75f7fb2

Browse files
committed
verbose by default
1 parent 58efcfa commit 75f7fb2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/execute-convert.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
slug = sys.argv[1]
66

77

8-
def run_command(command, verbose=0):
8+
def run_command(command, verbose=1):
99
try:
1010
result = subprocess.run(command, check=True, capture_output=True, text=True)
1111
except (

0 commit comments

Comments
 (0)