python-var-dump icon indicating copy to clipboard operation
python-var-dump copied to clipboard

fix TabErrors in sample code

Open divinity76 opened this issue 3 years ago • 0 comments

the sample code contained TabError's where spaces were mixed with tabs causing errors like

File "C:\cygwin64\home\hans\tibia\pybot\test.py", line 25 self.no = None TabError: inconsistent use of tabs and spaces in indentation

divinity76 avatar May 12 '22 08:05 divinity76