We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ee3f0a4 commit 0b16521Copy full SHA for 0b16521
buisciii/new_service.py
@@ -322,10 +322,10 @@ def create_new_service(self):
322
Run the whole service creation workflow.
323
"""
324
if len(self.service_samples) > 0:
325
- if self.setup_logging_cb is not None:
326
- self.setup_logging_cb(self.full_path)
327
self.check_md5()
328
self.create_folder()
+ if self.setup_logging_cb is not None:
+ self.setup_logging_cb(self.full_path)
329
self.copy_template()
330
self.create_samples_id()
331
self.create_symbolic_links()
0 commit comments