Skip to content

Commit

Permalink
Исправление опечатки
Browse files Browse the repository at this point in the history
  • Loading branch information
0Nera authored Oct 22, 2023
1 parent dc0a4ca commit 5c3d1ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pbuild.py
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ def check_os():
linux_distro = distro.like()
else:
linux_distro = platform.linux_distribution()[0]
if linux_distro.lower( in ['debian', 'ubuntu']:
if linux_distro.lower() in ['debian', 'ubuntu']:
return 1
return 0

Expand Down

0 comments on commit 5c3d1ff

Please sign in to comment.