Skip to content

Commit

Permalink
Merge pull request #29 from simracingstudio/patch-4
Browse files Browse the repository at this point in the history
Update studio_object.py
  • Loading branch information
tyrylu committed Apr 6, 2021
2 parents ff44700 + 6c1e355 commit 8fafa05
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pyfmodex/studio/studio_object.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ def __init__(self, ptr):

def _call(self, specific_function_suffix, *args):
func_name = "%s_%s" % (self.function_prefix, specific_function_suffix)
print(func_name)
result = getattr(self._lib, func_name)(self._ptr, *args)
ckresult(result)

Expand Down

0 comments on commit 8fafa05

Please sign in to comment.