Skip to content

Commit

Permalink
small typos
Browse files Browse the repository at this point in the history
  • Loading branch information
mclim9 committed Dec 18, 2020
1 parent d967fd1 commit 446dee9
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 2 deletions.
4 changes: 2 additions & 2 deletions projects/DebugTool.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
"""SCPI Two instrument Debug Tool """
# pylint: disable=bad-whitespace,invalid-name,line-too-long
#pylint:disable=bad-whitespace, invalid-name, line-too-long
###############################################################################
### Import
###############################################################################
Expand Down Expand Up @@ -78,7 +78,7 @@ def SYSTERR(tkEvent):
print(f'SYS Err : {ipAddy}')
instr = jaVisa().jav_Open(ipAddy) #pylint:disable=E1101
instr.jav_ClrErr()
print(f'SYS Err : No Error')
print('SYS Err : No Error')
instr.jav_Close()

def SYSTNFO(tkEvent):
Expand Down
15 changes: 15 additions & 0 deletions projects/aa_pyinstaller.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# Pyinstall notes

## cmd line
python -OO -m PyInstaller --onefile --noconsole --version-file fixture\version.txt -a --icon=fixture\rns.ico %1

## Virus
- Scan type: Auto-Protect Scan
- Event: Risk Found!
- Security risk detected: Heur.AdvML.B
- 2020.09.09
- 2018.12.19

## Links
[Forum](https://python-forum.io/Thread-pyinstaller-generated-code-gets-flagged-by-NIS)
[Github](https://github.com/pyinstaller/pyinstaller/issues?utf8=%E2%9C%93&q=is%3Aissue+virus)

0 comments on commit 446dee9

Please sign in to comment.