From 55e50337942f7efac9a56cf5839f85b0ee2a0d1f Mon Sep 17 00:00:00 2001 From: leetNightshade Date: Mon, 8 Jun 2015 21:20:28 -0600 Subject: [PATCH] Fixed error, forgot to comment out a line. --- p4Helper.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/p4Helper.py b/p4Helper.py index b11d768..17546d1 100644 --- a/p4Helper.py +++ b/p4Helper.py @@ -270,7 +270,7 @@ class P4Workspace: def __exit__( self, type, value, tb ): # If we changed the current workspace, switch it back. if self.oldworkspace_name is not None: - c.write("\nReverting back to original client view...") + #c.write("\nReverting back to original client view...") # set workspace back to the original one if try_call_process( 'p4 set P4CLIENT=' + self.oldworkspace_name ): # error_count += 1 # have console log errors