07-29-2021, 08:36 AM
Thankyou! this thread has helped me remove the problem I faced while deploying tactic 4.8 on windows, since windows requires full CRLF characters and git has a setting which replaces newlines depending on the host OS.
A quick grep has found me:
3 occurrences of the SRI check for local resources in <install_dir>/src/tactic/ui/app/top_wdg.py
1 occurrence of the SRI check for a local resource in <install_dir>/src/pyasm/widget/error_wdg.py
these are probably unnecessary for local resources and hence should be removed.
A quick grep has found me:
3 occurrences of the SRI check for local resources in <install_dir>/src/tactic/ui/app/top_wdg.py
1 occurrence of the SRI check for a local resource in <install_dir>/src/pyasm/widget/error_wdg.py
these are probably unnecessary for local resources and hence should be removed.