Skip to content

Commit

Permalink
Merge pull request #70 from gawen947/fix-floating
Browse files Browse the repository at this point in the history
Fix floating nodes.
  • Loading branch information
acrisci committed Oct 1, 2017
2 parents 10db5fb + 266e1f0 commit 8d9ec80
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions i3ipc/i3ipc.py
Expand Up @@ -886,6 +886,7 @@ def __iter__(self):
con = queue.popleft()
yield con
queue.extend(con.nodes)
queue.extend(con.floating_nodes)

def root(self):
"""
Expand Down

0 comments on commit 8d9ec80

Please sign in to comment.