Oops.
This commit is contained in:
parent
317688d9aa
commit
e79001f57c
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@ underscore = '_'
|
||||||
|
|
||||||
def brename(transformation, autoyes=False, recurse=False):
|
def brename(transformation, autoyes=False, recurse=False):
|
||||||
if recurse:
|
if recurse:
|
||||||
spinal.walk_generator('.', yield_files=True, yield_directories=True)
|
walker = spinal.walk_generator('.', yield_files=True, yield_directories=True)
|
||||||
olds = [x.absolute_path for x in walker]
|
olds = [x.absolute_path for x in walker]
|
||||||
else:
|
else:
|
||||||
olds = [os.path.join(os.getcwd(), x) for x in os.listdir('.')]
|
olds = [os.path.join(os.getcwd(), x) for x in os.listdir('.')]
|
||||||
|
|
Loading…
Reference in a new issue