(no commit message)
authorRami Rauch <rrauch@stanford.edu>
Wed, 13 Aug 2008 23:20:16 +0000 (23:20 +0000)
committerRami Rauch <rrauch@stanford.edu>
Wed, 13 Aug 2008 23:20:16 +0000 (23:20 +0000)
htswdataprod/scripts/exp_track_main.py

index c8586e17265342b4adcba2460e2358cae6e9d133..65371da2f8adac56c44914ab0bf4c50e9f1980d6 100755 (executable)
@@ -5,7 +5,7 @@ import sys
 try:
     from htswdataprod.exp_track_comm import * 
 except ImportError:
-    sys.stderr.write("\nError: Can't find the file 'exp_track_comm.py' in the directory containing %r.")
+    sys.stderr.write("\nError: Can't find the file 'exp_track_comm.py'.")
     sys.exit(1);
 
 if __name__ == "__main__":