Skip to content

Commit

Permalink
Sync with c27b375ad18d5c0b21fc51990ac0189e45523fa3
Browse files Browse the repository at this point in the history
  • Loading branch information
adithyayuri committed Apr 28, 2020
1 parent 1946fb5 commit 746e712
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions TrustnGO/01_aws_connect/notebook/TNGTLS_aws_connect.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,6 @@
"source": [
"def execute_manifest_upload(b):\n",
" check_and_install_policy('Default')\n",
" sys_helper.run_subprocess_cmd(cmd=[\"aws\", \"configure\", \"add-model\", \"--service-model\", \"file://iot2_model.json\", \"--service-name\", \"iot2\"])\n",
" if not manifest_file.data or not validation_cert.data:\n",
" print('Step2a & Step2b should be executed first before proceeding to this step\\r\\n')\n",
" return None\n",
Expand Down Expand Up @@ -213,7 +212,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.7.4"
"version": "3.6.4"
}
},
"nbformat": 4,
Expand Down
2 changes: 1 addition & 1 deletion assets/gui/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ def open_local_page(self, page_addr):
json_file = SettingsJson()
repo_path = json_file.get_repo_path()
full_path = os.path.join(repo_path, page_addr)
open_local_link(full_path)
self.open_local_link(full_path)

def invalid_page(self):
QtWidgets.QMessageBox.about(
Expand Down

0 comments on commit 746e712

Please sign in to comment.