Skip to content

Commit

Permalink
bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
Aulla committed Sep 18, 2018
1 parent e626d4d commit 19cb948
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pineboolib/pnapplication.py
Expand Up @@ -430,7 +430,7 @@ def call(self, function, aList, object_context=None, showException=True):
@param scriptname, Nombre del script a convertir
"""

def parseScript(self, scriptname, txt_=None):
def parseScript(self, scriptname, txt_=""):

# Intentar convertirlo a Python primero con flscriptparser2
if not os.path.isfile(scriptname):
Expand Down

0 comments on commit 19cb948

Please sign in to comment.