Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
markreidvfx committed Mar 24, 2024
1 parent 32ee2b5 commit 049c706
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/qt_aafmodel.py
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ def setFilePath(self, path):
root = list(f.content.mastermobs())

if options.sourcemobs:
root = list(f.content.GetSourceMobs())
root = list(f.content.sourcemobs())

if options.dictionary:
root = f.dictionary
Expand Down

0 comments on commit 049c706

Please sign in to comment.