summaryrefslogtreecommitdiff
path: root/morphlib/app.py
diff options
context:
space:
mode:
Diffstat (limited to 'morphlib/app.py')
-rwxr-xr-xmorphlib/app.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/morphlib/app.py b/morphlib/app.py
index d5af6ccc..42a35461 100755
--- a/morphlib/app.py
+++ b/morphlib/app.py
@@ -197,7 +197,7 @@ class Morph(cliapp.Application):
while args:
assert len(args) >= 2, args
- yield args[0], args[1], args[2]
+ yield args[0], args[1], args[2] + ".morph"
args = args[3:]
def _itertriplets(self, *args):