Skip to content

Commit

Permalink
order file names
Browse files Browse the repository at this point in the history
  • Loading branch information
oshmuely authored and oshmuely committed Apr 6, 2023
1 parent 94555a7 commit 7df2896
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions packaging/files_name_mapping.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
#!/usr/bin/python3
import re
import shutil
from pathlib import Path
import os
import glob

SCRIPT_DIR = os.path.abspath(os.path.dirname(__file__))

Expand All @@ -16,7 +15,6 @@
raw_dir = os.path.normpath(f'{SCRIPT_DIR}/../raw/')
to_dir = os.path.normpath(f'{SCRIPT_DIR}/..')
frk_list = os.listdir(raw_dir)
# gg = glob.glob(raw_dir)

for from_name in frk_list:
to_name = from_name.lower()
Expand Down

0 comments on commit 7df2896

Please sign in to comment.