How do I Refactor the Sconstruct in Python to detect possible errors using pycharm?
Attached problem image:
Try changing 0755 to 0o755, so python would consider it octal number.
0755
0o755