Skip to content
This repository has been archived by the owner on Jul 23, 2024. It is now read-only.

Commit

Permalink
ci: autopep8 action fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
GradienceBot committed Sep 1, 2022
1 parent 13f5170 commit f30df6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/welcome.py
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ def get_user_path(self):
if not user_data_dir:
user_data_dir = os.path.expanduser('~/.local/share')
return os.path.join(user_data_dir, 'flatpak')

def configure_system(self):
print(self.get_user_path())
buglog("configure system")
Expand Down

0 comments on commit f30df6c

Please sign in to comment.