Removed un-used variable

pull/261/head
Simon Willison 2018-05-15 07:08:07 -03:00
rodzic 158e7950ec
commit 89af6f05d5
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 17E2DEA2588B7F52
1 zmienionych plików z 0 dodań i 1 usunięć

Wyświetl plik

@ -233,7 +233,6 @@ def make_dockerfile(files, metadata_file, extra_options, branch, template_dir, p
for opt in extra_options.split():
cmd.append('"{}"'.format(opt))
install_from = 'datasette'
if branch:
install = ['https://github.com/simonw/datasette/archive/{}.zip'.format(
branch