Skip to content

Commit

Permalink
Remove extra newline
Browse files Browse the repository at this point in the history
Signed-off-by: Jonathan Stone <stonej212@gmail.com>
  • Loading branch information
jstone-lucasfilm authored Apr 30, 2024
1 parent b0e87fe commit 32e64af
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion python/Scripts/creatematerial.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@ def __str__(self):
return self.asPattern()

def asPattern(self, format=mx.FormatPosix):

if not self._isUdim:
return self.asString(format=format)

Expand Down

0 comments on commit 32e64af

Please sign in to comment.