Skip to content

Commit

Permalink
Updated .zip
Browse files Browse the repository at this point in the history
  • Loading branch information
fhalamos committed Oct 21, 2020
1 parent 1e195e3 commit ef13cc9
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 12 deletions.
8 changes: 8 additions & 0 deletions app_frontend.py
Original file line number Diff line number Diff line change
Expand Up @@ -235,6 +235,7 @@ def create_piis_frame(next_search_method, next_search_method_button_text, pii_ca
return piis_frame

def find_piis():

global columns_still_to_check
global search_method
global next_search_method
Expand All @@ -244,6 +245,13 @@ def find_piis():
#Update search method (considering find_piis() is recurrently called)
search_method = next_search_method

#Add a 'Working on it...' message
if (search_method == COLUMNS_NAMES_SEARCH_METHOD):
display_message('Working on it...', first_view_frame)
else:
display_message('Working on it...', piis_frame)


#Figure out what method for finding pii to use
if (search_method == COLUMNS_NAMES_SEARCH_METHOD):

Expand Down
10 changes: 3 additions & 7 deletions dist/README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,7 @@
There are two options for downloading the app:

* A standalone `.exe` file, which requires no additional files. This is pii_detector_vXXXX.exe which you can find in this page.
* A `.zip` file, which inside contains all files needed to run the app, in addition to a .exe to execute the app, also named pii_detector_vXXXX.exe. This `.exe` depends on all the files inside the zip, so after unzipping, you must not move the `.exe` from its folder. The advantage of this option is that the app will open and run faster, in comparison to the standalone `.exe`, but you will have to keep the folder and all files you get when decompressing the `.zip`.

# Caveats to consider when running pii_detector_vXXXX.exe
# Caveats to consider when running pii_detector_vXXXX.zip

* The zip file contains all files needed to run the app, in addition to a .exe to execute the app, named `pii_detector_vXXXX.exe`. This `.exe` depends on all the files inside the zip, so after unzipping, you must not move the `.exe` from its folder.
* The app is still being tested. This is not a final version. Please provide feedback after using it [here](https://docs.google.com/forms/d/e/1FAIpQLSfxB_pnReUd0EvFfQxPu5JI9oRGCpDgULWkTeDHYoqx8x7q-Q/viewform).
* Windows might show warning when opening .exe. Please click on 'More info' and then 'Run anyway'.
* After double clicking on the .exe, the application will take a bit to load (~15 sec. if you are using the standalone `.exe`)
* After double clicking on the .exe, the application will take a bit to load
* If app shows ‘Windows not responding’, it is probably not an error, but just program working in the back.
3 changes: 0 additions & 3 deletions dist/pii_detector_v0.2.17.exe

This file was deleted.

4 changes: 2 additions & 2 deletions dist/pii_detector_v0.2.17.zip
Git LFS file not shown

0 comments on commit ef13cc9

Please sign in to comment.