From f35571743e7422088cf0f631d16d192c63f145e0 Mon Sep 17 00:00:00 2001 From: tassaron Date: Sat, 7 May 2022 23:29:39 -0400 Subject: fix --- src/command.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/command.py') diff --git a/src/command.py b/src/command.py index 0ad2545..da96b6b 100644 --- a/src/command.py +++ b/src/command.py @@ -138,7 +138,7 @@ class Command(QtCore.QObject): for key, value in data['WindowFields']: if 'outputFile' in key: output = value - if not os.path.dirname(value): + if output and not os.path.dirname(value): output = os.path.join( os.path.expanduser('~'), output -- cgit v1.2.3