-
Couldn't load subscription status.
- Fork 84
Open
Description
Hi PBA Team,
Spotted this warning in my IDE when looking through your code:
pba/pba/augmentation_transforms.py
Line 224 in a9cc308
| if 'image_size' in inspect.getargspec(self.xform).args: |
getargspec()has been deprecated since Python 3.0 in favour ofgetfullargspec()
It may be worthwhile adding a try/except block for this import because getfullargspec() isn't available in Python 2.x
https://docs.python.org/2.7/library/inspect.html#inspect.getargspec
https://docs.python.org/3.7/library/inspect.html#inspect.getargspec
https://docs.python.org/3.7/library/inspect.html#inspect.getfullargspec
Kind regards,
Michael
Metadata
Metadata
Assignees
Labels
No labels