Открыть боковую панель
nikitronn
sverchok
Коммиты
782d0bf1
Коммит
782d0bf1
создал
Сен 03, 2019
по автору
zeffii
Просмотр файлов
add friendlier error message for failure to find sv_fx.wad (gist uploads)
владелец
94686bb5
Изменения
1
Скрыть пробелы
Построчно
Рядом
utils/sv_gist_tools.py
Просмотр файла @
782d0bf1
...
...
@@ -38,8 +38,9 @@ def get_git_login_hash():
with
open
(
fullpath
)
as
fx
:
return
''
.
join
(
fx
).
strip
()
except
Exception
as
err
:
print
(
err
)
print
(
'seeing this message means you need to generate an uptoken'
)
# print(err)
print
(
'If you want to upload gists from the Sverchok UI, you need to make an "sv_fx.wad" file.'
)
print
(
'See for instructions: https://github.com/nortikin/sverchok/pull/2197#issuecomment-419891718'
)
return
...
...
Редактирование
Предварительный просмотр
Поддерживает Markdown
0%
Попробовать снова
или
прикрепить новый файл
.
Отмена
You are about to add
0
people
to the discussion. Proceed with caution.
Сначала завершите редактирование этого сообщения!
Отмена
Пожалуйста,
зарегистрируйтесь
или
войдите
чтобы прокомментировать