This website works better with JavaScript
Home
Explore
Help
Sign In
software
/
assimp.assimp
mirror of
https://github.com/assimp/assimp.git
Watch
2
Star
0
Fork
0
Files
Issues
0
Wiki
Browse Source
port/PyAssimp/pyassimp/formats.py: add missing comma (implicit string concatenation, assumed unintentional)
Charlie Gettys
6 years ago
parent
44e89520eb
commit
51844b206d
1 changed files
with
1 additions
and
1 deletions
Split View
Show Diff Stats
1
1
port/PyAssimp/pyassimp/formats.py
+ 1
- 1
port/PyAssimp/pyassimp/formats.py
View File
@@ -21,7 +21,7 @@ FORMATS = ["CSM",
"STL",
"IRR",
"Q3O",
- "Q3D"
+ "Q3D"
,
"MS3D",
"Q3S",
"ZGL",