mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-26 13:52:15 +01:00
PEP Formatting and typo fixing.
This commit is contained in:
parent
40d487221a
commit
b796c2563d
1 changed files with 3 additions and 3 deletions
|
|
@ -113,10 +113,10 @@ class ExtractMultiverseUsdComposition(openpype.api.Extractor):
|
|||
time_opts.framePerSecond = fps
|
||||
|
||||
comp_write_opts = multiverse.CompositionWriteOptions()
|
||||
if not hasattr(comp_write_opts,"forceAbsolutePaths"):
|
||||
if not hasattr(comp_write_opts, "forceAbsolutePaths"):
|
||||
self.log.warning("multiverse.CompositionWriteOptions is " +
|
||||
"missing forceAbsolutePaths', extract will yield " +
|
||||
"inccorect reference paths.")
|
||||
"missing 'forceAbsolutePaths', extract " +
|
||||
"will yield incorrect reference paths.")
|
||||
else:
|
||||
comp_write_opts.forceAbsolutePaths = True
|
||||
options_discard_keys = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue