Skip to content

Commit

Permalink
Fix ls profiles
Browse files Browse the repository at this point in the history
  • Loading branch information
JonnyHaystack committed Nov 7, 2020
1 parent d38c00e commit 80e3fd6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions i3_resurrect/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,7 @@ def list_workspaces(directory, item):
for workspace in workspaces:
print(workspace)
else:
directory = directory / 'profiles'
profiles = []
try:
for entry in directory.iterdir():
Expand Down

0 comments on commit 80e3fd6

Please sign in to comment.