Louis Abraham 2025-08-19 12:52:03 +00:00 zatwierdzone przez GitHub
commit f10c97ddf4
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: B5690EEEBB952194
1 zmienionych plików z 2 dodań i 0 usunięć

Wyświetl plik

@ -299,6 +299,8 @@ def parse_procfile(filename):
for i in range(len(limits)):
if int(matches[i].replace("*/", "").replace("*", "1")) > limits[i]:
raise ValueError
if kind in workers:
echo("Warning: found multiple {} workers, only the last one will be used.".format(kind), fg='yellow')
workers[kind] = command
except Exception:
echo("Warning: misformatted Procfile entry '{}' at line {}".format(line, line_number), fg='yellow')