Код: Выделить всё
os.system(f"find {files_local} -type f -exec chmod 0644 {} \;")
Код: Выделить всё
os.system(f"find {files_local} -type f -exec chmod 0644 {} \;")
Код: Выделить всё
SyntaxError: f-string: valid expression required before '}'
Подробнее здесь: https://stackoverflow.com/questions/792 ... s-intended
Мобильная версия