Skip to content

Commit

Permalink
Update parser.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Captian-obvious authored Oct 23, 2023
1 parent abad90c commit 3d348de
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions parser.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
def parse(file):
parsedString = ""
f = pyrbxm.read(file)
for object in f.Objects:
if (isInstance(object)):
parseInstance(object)
##for object in f.Objects:
## if (isinstance(object)):
## parseInstance(object)
##endif
##end
##end
Expand Down

0 comments on commit 3d348de

Please sign in to comment.