Skip to content

Commit 289e177

Browse files
committed
Update Makefile
1 parent d32fbe1 commit 289e177

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ serve:
111111
progress:
112112
ifeq ($(file),)
113113
@echo "No file specified, showing total progress"; \
114-
@$(PYTHON) -c 'import sys; print("{:.1%}".format(int(sys.argv[1]) / int(sys.argv[2])))' \
114+
$(PYTHON) -c 'import sys; print("{:.1%}".format(int(sys.argv[1]) / int(sys.argv[2])))' \
115115
$(shell msgcat *.po */*.po | msgattrib --translated | grep -c '^msgid') \
116116
$(shell msgcat *.po */*.po | grep -c '^msgid')
117117

0 commit comments

Comments
 (0)