Преглед на файлове

fix: reformat the script

pull/35/head
mingrammer преди 4 години
родител
ревизия
197912d645
променени са 1 файла, в които са добавени 2 реда и са изтрити 3 реда
  1. +2
    -3
      scripts/resource.py

+ 2
- 3
scripts/resource.py Целия файл

@@ -52,7 +52,7 @@ def cleaner_k8s(f):
f = f.replace("-256", "")
for p in cfg.FILE_PREFIXES["k8s"]:
if f.startswith(p):
f = f[len(p) :]
f = f[len(p):]
break
return f.lower()

@@ -65,13 +65,12 @@ def cleaner_alibabacloud(f):
return f.lower()



def cleaner_oci(f):
f = f.replace("_", "-")
f = f.replace("-grey", "")
for p in cfg.FILE_PREFIXES["oci"]:
if f.startswith(p):
f = f[len(p) :]
f = f[len(p):]
break
return f.lower()



Зареждане…
Отказ
Запис