Skip to content

Commit

Permalink
Restyled by autopep8
Browse files Browse the repository at this point in the history
  • Loading branch information
restyled-commits authored and Damian-Nordic committed Dec 13, 2023
1 parent ab58d08 commit 860b161
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scripts/tools/zap/generate.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,11 @@

from zap_execution import ZapTool


def isWindows():
return platform.system() == "Windows"


# fcntl is not supported on Windows platform due to lack of necessity of I/O control on file descriptor
if not isWindows():
import fcntl
Expand Down

0 comments on commit 860b161

Please sign in to comment.