Skip to content

Commit

Permalink
chore(packaging: bin): use unbuffered python by default
Browse files Browse the repository at this point in the history
  • Loading branch information
actionless committed Sep 1, 2024
1 parent 359858e commit e0778b3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packaging/usr/bin/pikaur
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/python3
#!/usr/bin/python3 -u
"""Licensed under GPLv3, see https://www.gnu.org/licenses/"""
# pylint: disable=bare-except,ungrouped-imports,unused-import

Expand Down
2 changes: 1 addition & 1 deletion pikaur.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/python3
#!/usr/bin/python3 -u
"""Licensed under GPLv3, see https://www.gnu.org/licenses/"""

from pikaur.main import main
Expand Down

0 comments on commit e0778b3

Please sign in to comment.