aboutsummaryrefslogtreecommitdiffstats
path: root/pygn2m
diff options
context:
space:
mode:
Diffstat (limited to 'pygn2m')
-rwxr-xr-xpygn2m2
1 files changed, 1 insertions, 1 deletions
diff --git a/pygn2m b/pygn2m
index 03f5ee7..14bb1e9 100755
--- a/pygn2m
+++ b/pygn2m
@@ -137,7 +137,7 @@ try:
# prints formatted email message only (without send) if user wants
if args.verbose:
for line in n2m.headers:
- print(line[:-1])
+ print(line)
if owner is None:
sys.exit(1)