hound: pep8

This commit is contained in:
Jakub Jezek 2021-08-10 12:20:06 +02:00
parent c386fc340d
commit 3be9fa8cf1
No known key found for this signature in database
GPG key ID: D8548FBF690B100A

View file

@ -259,7 +259,8 @@ class LoadMov(api.Loader):
read_node["last"].setValue(last)
read_node['frame_mode'].setValue("start at")
if int(float(self.first_frame)) == int(float(read_node['frame'].value())):
if int(float(self.first_frame)) == int(
float(read_node['frame'].value())):
# start at workfile start
read_node['frame'].setValue(str(self.first_frame))
else: