提交 1826aeaf 编写于 作者: F feilong

add pre-fix to pacakge

上级 8fea4562
...@@ -16,5 +16,5 @@ ...@@ -16,5 +16,5 @@
"se" "se"
] ]
}, },
"package_id": "4ee897f9c6ef49f78d906cd46b813208" "package_id": "career-4ee897f9c6ef49f78d906cd46b813208"
} }
\ No newline at end of file
...@@ -15,5 +15,5 @@ ...@@ -15,5 +15,5 @@
"pg" "pg"
] ]
}, },
"package_id": "968cf8e80217499fa68d119140033e5a" "package_id": "career-968cf8e80217499fa68d119140033e5a"
} }
\ No newline at end of file
...@@ -14,5 +14,5 @@ ...@@ -14,5 +14,5 @@
"pg" "pg"
] ]
}, },
"package_id": "900fef3acfbd450a8b342a6bbfb5145d" "package_id": "career-900fef3acfbd450a8b342a6bbfb5145d"
} }
\ No newline at end of file
...@@ -14,5 +14,5 @@ ...@@ -14,5 +14,5 @@
"pg" "pg"
] ]
}, },
"package_id": "2afef99901814988afc7624c4c59a122" "package_id": "career-2afef99901814988afc7624c4c59a122"
} }
\ No newline at end of file
...@@ -19,5 +19,5 @@ class Package: ...@@ -19,5 +19,5 @@ class Package:
self.visit_package(file_full_name, pkg) self.visit_package(file_full_name, pkg)
def visit_package(self, file_full_name, pkg): def visit_package(self, file_full_name, pkg):
pkg['package_id'] = uuid.uuid4().hex pkg['package_id'] = 'career-'+uuid.uuid4().hex
dump_json(file_full_name, pkg, exist_ok=True, override=True) dump_json(file_full_name, pkg, exist_ok=True, override=True)
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册