Skip to content

Commit

Permalink
Fixed workaround for windows
Browse files Browse the repository at this point in the history
  • Loading branch information
vovagorodok committed Mar 25, 2024
1 parent ae00dcc commit d6c9298
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/uploader.py
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ async def scan_ota_devices(timeout=5.0):


def is_linux():
return not 'Linux' in platform.system()
return 'Linux' in platform.system()


def is_fedora():
Expand Down

0 comments on commit d6c9298

Please sign in to comment.