aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRafael G. Martins <rafael@rafaelmartins.eng.br>2010-12-19 01:44:36 -0200
committerRafael G. Martins <rafael@rafaelmartins.eng.br>2010-12-19 01:44:36 -0200
commit77c832413fe459c34956a1f6e3a7172c5f90bc90 (patch)
tree89a0e6ce60728217104614f4e53f9423a997b026
parentsmall fixes on the cli and the eclass (diff)
downloadg-octave-77c832413fe459c34956a1f6e3a7172c5f90bc90.tar.gz
g-octave-77c832413fe459c34956a1f6e3a7172c5f90bc90.tar.bz2
g-octave-77c832413fe459c34956a1f6e3a7172c5f90bc90.zip
-rw-r--r--g_octave/cli.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/g_octave/cli.py b/g_octave/cli.py
index d5b4750..3804c13 100644
--- a/g_octave/cli.py
+++ b/g_octave/cli.py
@@ -398,7 +398,7 @@ class Cli:
if os.write(fd, error_log) != len(error_log):
out.eerror('Failed to save the traceback!')
else:
- out.eerror('Traceback saved to: ' + filename)
+ out.eerror('Traceback saved: ' + filename)
out.eerror('Please report a bug with traceback and `emerge --info` attached.')
out.eerror('Bug tracker: ' + self.bug_tracker)
os.fchmod(fd, 0o777)