Skip to content

Commit

Permalink
formatting fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
schiele committed Mar 11, 2024
1 parent 6868b32 commit 0b0596c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ldraw2scad
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ def translate_dir(converter, src, dest, self_contained=False):
print(f'Skipping {os.path.join(src, key+lst[key])}')
lst[key] = ext
for key, value in lst.items():
print(f'Translating {os.path.join(src,key+value)}'
f' to {os.path.join(dest,key+".scad")}...')
print(f'Translating {os.path.join(src, key+value)}'
f' to {os.path.join(dest, key+".scad")}...')
converter.convert_file(os.path.join(src, key+value),
os.path.join(dest, key+".scad"),
self_contained)
Expand Down

0 comments on commit 0b0596c

Please sign in to comment.