summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--exception.py2
-rw-r--r--vnc.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/exception.py b/exception.py
index 12a108e9a..3820c72f0 100644
--- a/exception.py
+++ b/exception.py
@@ -196,7 +196,7 @@ class AnacondaExceptionDump:
fd.write("\nException occurred during state dump:\n")
traceback.print_exc(None, fd)
- for file in ("/tmp/syslog", "/tmp/anaconda.log", "/tmp/netinfo",
+ for file in ("/tmp/syslog", "/tmp/anaconda.log",
"/tmp/lvmout", "/tmp/resize.out",
anaconda.rootPath + "/root/install.log",
anaconda.rootPath + "/root/upgrade.log"):
diff --git a/vnc.py b/vnc.py
index 0d86ed10f..08ed4eceb 100644
--- a/vnc.py
+++ b/vnc.py
@@ -96,7 +96,7 @@ class VncServer:
def initialize(self):
"""Here is were all the relative vars get initialized. """
- # try to load /tmp/netinfo and see if we can sniff out network info
+ # see if we can sniff out network info
netinfo = network.Network()
# Look for the first configured interface and use its IP address for