Skip to content

Commit

Permalink
Fix error in Select All Clouds with Same Comment (#1395)
Browse files Browse the repository at this point in the history
* fixed host adder and added 2020.2.3

* added 2020.1.1 to hosts

* Bump urllib3 from 1.26.4 to 1.26.5 (#1261)

* fixed host adder and added 2020.2.3

* added 2020.1.1 to hosts

* Bump urllib3 from 1.26.4 to 1.26.5

Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.26.4 to 1.26.5.
- [Release notes](https://github.com/urllib3/urllib3/releases)
- [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst)
- [Commits](urllib3/urllib3@1.26.4...1.26.5)

---
updated-dependencies:
- dependency-name: urllib3
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: Ehsan Iran-Nejad <eirannejad@gmail.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump urllib3 from 1.26.4 to 1.26.5 in /docs (#1262)

* fixed host adder and added 2020.2.3

* added 2020.1.1 to hosts

* Bump urllib3 from 1.26.4 to 1.26.5 in /docs

Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.26.4 to 1.26.5.
- [Release notes](https://github.com/urllib3/urllib3/releases)
- [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst)
- [Commits](urllib3/urllib3@1.26.4...1.26.5)

---
updated-dependencies:
- dependency-name: urllib3
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: Ehsan Iran-Nejad <eirannejad@gmail.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Fix error in Select All Clouds with Same Comment

Co-authored-by: Ehsan Iran-Nejad <eirannejad@gmail.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
3 people authored Dec 24, 2021
1 parent b417768 commit bb5666b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
if src_comment:
clouds = []
for revcloud in revclouds:
cparam = el.Parameter[DB.BuiltInParameter.ALL_MODEL_INSTANCE_COMMENTS]
cparam = revcloud.Parameter[DB.BuiltInParameter.ALL_MODEL_INSTANCE_COMMENTS]
dest_comment = cparam.AsString()
if src_comment == dest_comment:
clouds.append(revcloud.Id)
Expand Down

0 comments on commit bb5666b

Please sign in to comment.