getavalon / core

The safe post-production pipeline - https://getavalon.github.io/2.0
MIT License
218 stars 49 forks source link

Fix #461: use `getfullargspec` for Python 3 #462

Closed jasperges closed 4 years ago

jasperges commented 4 years ago

This resolves #461

What's changed? Use inspect.getfullargspec for Python 3. Also see issue #461.

jasperges commented 4 years ago

Just to be sure: yes, I did test it :). Because I work mainly with Blender, everything I do is tested in Python 3.7.

mottosso commented 4 years ago

Looks good, short and sweet!