diff --git a/scripttease/library/commands/templates.py b/scripttease/library/commands/templates.py index 1f5597e..b4b6bb6 100644 --- a/scripttease/library/commands/templates.py +++ b/scripttease/library/commands/templates.py @@ -65,7 +65,7 @@ class Template(Command): self.pythonic = pythonic self.line_by_line = lines self.locations = kwargs.pop("locations", list()) - self.source = source + self.source = os.path.expanduser(source) self.target = target # Remaining kwargs are added to the context.