Skip to content

Commit

Permalink
Added .py extention to load algorithm
Browse files Browse the repository at this point in the history
  • Loading branch information
Alessio Serra (ext.) committed Nov 21, 2023
1 parent f0a7eb7 commit 42db5c1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ use `npm install` to install project dependencies

### Libraries Build

HyperIoT-app relies on `core`, `components` and `widets` libraries. Before running the application it is necessary to build the libraries with the command `ng build <library-name>`
HyperIoT-app relies on `core`, `components` and `widgets` libraries. Before running the application it is necessary to build the libraries with the command `ng build <library-name>`
> Note: Libraries should be build in the following order: core, components, widgets
> Note: `npm run build-libs` can be used to build the libraries sequentially
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
id="algorithmFileName"
type="file"
formControlName="algorithmFileName"
accept=".jar"
accept=".jar,.py"
(change)="handleFileInput($event.target.files)"
>

Expand Down

0 comments on commit 42db5c1

Please sign in to comment.