Fix comment typo
This commit is contained in:
parent
27769eed56
commit
74f4d81aca
|
@ -1190,7 +1190,7 @@ class Diffuse(Gtk.Window):
|
||||||
new_items = []
|
new_items = []
|
||||||
for item in items:
|
for item in items:
|
||||||
name, data = item
|
name, data = item
|
||||||
# get full path to an existing ancessor directory
|
# get full path to an existing ancestor directory
|
||||||
dn = os.path.abspath(name)
|
dn = os.path.abspath(name)
|
||||||
while not os.path.isdir(dn):
|
while not os.path.isdir(dn):
|
||||||
dn, old_dn = os.path.dirname(dn), dn
|
dn, old_dn = os.path.dirname(dn), dn
|
||||||
|
|
Loading…
Reference in New Issue