mirror of
https://github.com/kastdeur/bwwtolily.git
synced 2024-12-04 08:53:33 +01:00
Bugfix: invalid prewhitespace caused IndentationError
This commit is contained in:
parent
ab2ad69d75
commit
8eb1e5021e
1 changed files with 7 additions and 7 deletions
|
@ -8,7 +8,7 @@
|
|||
from argparse import ArgumentParser
|
||||
import sys,os,re,subprocess
|
||||
|
||||
version = "0.6.2"
|
||||
version = "0.6.3"
|
||||
|
||||
#make a print function to handle various version of python
|
||||
def do_print(string):
|
||||
|
|
Loading…
Reference in a new issue