Skip to content

Commit

Permalink
Fixed supported standalone extensions
Browse files Browse the repository at this point in the history
  • Loading branch information
tpoveda committed Jan 29, 2021
1 parent a681897 commit e283a0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion artella/dccs/standalone/dcc.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ def extensions():
:rtype: list(str)
"""

return ['.ma', '*.mb', 'readme.txt']
return ['readme.txt']


def scene_name():
Expand Down

0 comments on commit e283a0d

Please sign in to comment.