1
0
Fork 0
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:
Eric Teunis de Boone 2022-01-21 12:42:52 +01:00
parent ab2ad69d75
commit 8eb1e5021e

View file

@ -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):