Skip to content

Commit b2b91d6

Browse files
authored
Cannot load setup from Flow when you have custom named batch Reels (#157)
Apply black code style JIRA: FLME-70327
1 parent 385a8a8 commit b2b91d6

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

hooks/tk-multi-loader2/flame_loader_actions.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -374,7 +374,9 @@ def import_location(self):
374374
:rtype: str
375375
"""
376376

377-
return os.environ.get("SHOTGUN_FLAME_IMPORT_LOCATION", flame.batch.reels[0].name.get_value())
377+
return os.environ.get(
378+
"SHOTGUN_FLAME_IMPORT_LOCATION", flame.batch.reels[0].name.get_value()
379+
)
378380

379381
@property
380382
def want_write_file_node(self):

0 commit comments

Comments
 (0)