Skip to content

Commit

Permalink
issue fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Tahiatul Islam committed Apr 4, 2024
1 parent 7755477 commit 85f8205
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.py
Original file line number Diff line number Diff line change
Expand Up @@ -636,7 +636,7 @@ def main():
'''
Main method of the script. It iterates over the json data and perform minimization for each cases.
'''
if os.system() == "Windows":
if platform.system() == "Windows":
print("Windows is not supported")
sys.exit(1)

Expand Down

0 comments on commit 85f8205

Please sign in to comment.