-4

How do I Refactor the Sconstruct in Python to detect possible errors using pycharm?

Attached problem image:

enter image description here

Anurag Dabas
  • 23,866
  • 9
  • 21
  • 41
Hey
  • 1
  • 2

1 Answers1

0

Try changing 0755 to 0o755, so python would consider it octal number.

Rayan Ral
  • 1,862
  • 2
  • 17
  • 17