Fixed error, forgot to comment out a line.
This commit is contained in:
parent
d5dc8155f5
commit
55e5033794
|
@ -270,7 +270,7 @@ class P4Workspace:
|
||||||
def __exit__( self, type, value, tb ):
|
def __exit__( self, type, value, tb ):
|
||||||
# If we changed the current workspace, switch it back.
|
# If we changed the current workspace, switch it back.
|
||||||
if self.oldworkspace_name is not None:
|
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
|
# set workspace back to the original one
|
||||||
if try_call_process( 'p4 set P4CLIENT=' + self.oldworkspace_name ):
|
if try_call_process( 'p4 set P4CLIENT=' + self.oldworkspace_name ):
|
||||||
# error_count += 1 # have console log errors
|
# error_count += 1 # have console log errors
|
||||||
|
|
Loading…
Reference in New Issue