Skip to content

Commit 746e712

Browse files
committed
Sync with c27b375ad18d5c0b21fc51990ac0189e45523fa3
1 parent 1946fb5 commit 746e712

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

TrustnGO/01_aws_connect/notebook/TNGTLS_aws_connect.ipynb

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,6 @@
134134
"source": [
135135
"def execute_manifest_upload(b):\n",
136136
" check_and_install_policy('Default')\n",
137-
" sys_helper.run_subprocess_cmd(cmd=[\"aws\", \"configure\", \"add-model\", \"--service-model\", \"file://iot2_model.json\", \"--service-name\", \"iot2\"])\n",
138137
" if not manifest_file.data or not validation_cert.data:\n",
139138
" print('Step2a & Step2b should be executed first before proceeding to this step\\r\\n')\n",
140139
" return None\n",
@@ -213,7 +212,7 @@
213212
"name": "python",
214213
"nbconvert_exporter": "python",
215214
"pygments_lexer": "ipython3",
216-
"version": "3.7.4"
215+
"version": "3.6.4"
217216
}
218217
},
219218
"nbformat": 4,

assets/gui/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ def open_local_page(self, page_addr):
8787
json_file = SettingsJson()
8888
repo_path = json_file.get_repo_path()
8989
full_path = os.path.join(repo_path, page_addr)
90-
open_local_link(full_path)
90+
self.open_local_link(full_path)
9191

9292
def invalid_page(self):
9393
QtWidgets.QMessageBox.about(

0 commit comments

Comments
 (0)