We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8124537 commit 556796bCopy full SHA for 556796b
bu_isciii/new_service.py
@@ -277,7 +277,9 @@ def create_new_service(self):
277
stderr.print(
278
"[yellow]WARN: No samples recorded in service: " + self.resolution_id
279
)
280
- if bu_isciii.utils.prompt_yn_question("Do you want to proceed?: ", dflt=True):
+ if bu_isciii.utils.prompt_yn_question(
281
+ "Do you want to proceed?: ", dflt=True
282
+ ):
283
self.create_folder()
284
self.copy_template()
285
if self.resolution_info["service_state"] != "in_progress":
0 commit comments