Skip to content

Commit

Permalink
Merge pull request #2429 from Da-Krunch/dev_usdchecker_fix
Browse files Browse the repository at this point in the history
fix typos in complianceChecker

(Internal change: 2289690)
  • Loading branch information
pixar-oss committed Aug 8, 2023
2 parents 17ab8ff + 09ffb88 commit 2a943aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pxr/usd/usdUtils/complianceChecker.py
Original file line number Diff line number Diff line change
Expand Up @@ -1031,7 +1031,7 @@ def GetFailedChecks(self):
def CheckCompliance(self, inputFile):
from pxr import Sdf, Usd, UsdUtils
if not Usd.Stage.IsSupportedFile(inputFile):
_AddError("Cannot open file '%s' on a USD stage." % args.inputFile)
self._AddError("Cannot open file '%s' on a USD stage." % inputFile)
return

# Collect all warnings using a diagnostic delegate.
Expand Down

0 comments on commit 2a943aa

Please sign in to comment.