zrb 0.22.0__py3-none-any.whl → 0.22.1__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- zrb/task_input/multiline_input.py +1 -1
- {zrb-0.22.0.dist-info → zrb-0.22.1.dist-info}/METADATA +1 -1
- {zrb-0.22.0.dist-info → zrb-0.22.1.dist-info}/RECORD +6 -6
- {zrb-0.22.0.dist-info → zrb-0.22.1.dist-info}/LICENSE +0 -0
- {zrb-0.22.0.dist-info → zrb-0.22.1.dist-info}/WHEEL +0 -0
- {zrb-0.22.0.dist-info → zrb-0.22.1.dist-info}/entry_points.txt +0 -0
@@ -120,6 +120,6 @@ class MultilineInput(BaseInput):
|
|
120
120
|
|
121
121
|
def _get_mark_comment(self):
|
122
122
|
prompt = self._prompt if isinstance(self._prompt, str) else self.get_name()
|
123
|
-
if self._comment_suffix.strip()
|
123
|
+
if self._comment_suffix.strip() == "":
|
124
124
|
return " ".join([self._comment_prefix, prompt])
|
125
125
|
return " ".join([self._comment_prefix, prompt, self._comment_suffix])
|
@@ -1401,12 +1401,12 @@ zrb/task_input/choice_input.py,sha256=qfrEzbs2g0CZeE2TzvfN0IOla_1B8Tikn-eIgMpLuP
|
|
1401
1401
|
zrb/task_input/constant.py,sha256=VEsnrI0BDdCJ1Z58EJgxXUhZBe5CA8TfURo0cNu5CaQ,200
|
1402
1402
|
zrb/task_input/float_input.py,sha256=bf2dhmbpmHMQiJFKYQEfTYmqpwyOEFh6CFM1r1dGTuw,4302
|
1403
1403
|
zrb/task_input/int_input.py,sha256=P7lDQ0-x5lP_ZTfFeyc-aybub9oikBN4J13HZvWuw0A,4355
|
1404
|
-
zrb/task_input/multiline_input.py,sha256=
|
1404
|
+
zrb/task_input/multiline_input.py,sha256=kP2VQ4c42-d6P4RB3AA2eGTrFRLwvFlZxc7vGwjTeZA,5609
|
1405
1405
|
zrb/task_input/password_input.py,sha256=3xxWHKJCDGbyl_5MmyyB2t_yRjwFKpIIbS10aq73ktk,4370
|
1406
1406
|
zrb/task_input/str_input.py,sha256=0BJP3SQ8y0TRYPrwEy5pYv4N7jq8KlmRSVwByIFqIvI,4360
|
1407
1407
|
zrb/task_input/task_input.py,sha256=WTj_qIQyRs-04-VotjNTcVyIuf6b2afInVoCQHoRmr0,2327
|
1408
|
-
zrb-0.22.
|
1409
|
-
zrb-0.22.
|
1410
|
-
zrb-0.22.
|
1411
|
-
zrb-0.22.
|
1412
|
-
zrb-0.22.
|
1408
|
+
zrb-0.22.1.dist-info/LICENSE,sha256=WfnGCl8G60EYOPAEkuc8C9m9pdXWDe08NsKj3TBbxsM,728
|
1409
|
+
zrb-0.22.1.dist-info/METADATA,sha256=XQKpo6qDGbmcfih-WbL6Z81TxpmtLgSIjmZhN5BJsY8,17076
|
1410
|
+
zrb-0.22.1.dist-info/WHEEL,sha256=FMvqSimYX_P7y0a7UY-_Mc83r5zkBZsCYPm7Lr0Bsq4,88
|
1411
|
+
zrb-0.22.1.dist-info/entry_points.txt,sha256=xTgXc1kBKYhJHEujdaSPHUcJT3-hbyP1mLgwkv-5sSk,40
|
1412
|
+
zrb-0.22.1.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|