Loading isis/scripts/finalizeInstalledOsxRpaths.py +6 −9 Original line number Diff line number Diff line Loading @@ -75,7 +75,7 @@ def main(): # Check input arguments usage = 'python finalizeInstalledOsxRpaths.py folder [resetRpath]' if len(sys.argv) < 2: print usage print(usage) return -1 inputFolder= sys.argv[1] Loading @@ -83,7 +83,7 @@ def main(): if len(sys.argv) == 3: resetRpath = True if not os.path.exists(inputFolder): print 'Input folder '+inputFolder+' does not exist!' print('Input folder '+inputFolder+' does not exist!') return -1 # Fix all of the .dylib files in the given folder Loading Loading @@ -114,6 +114,3 @@ def main(): # Execute main() when called from command line if __name__ == "__main__": sys.exit(main()) Loading
isis/scripts/finalizeInstalledOsxRpaths.py +6 −9 Original line number Diff line number Diff line Loading @@ -75,7 +75,7 @@ def main(): # Check input arguments usage = 'python finalizeInstalledOsxRpaths.py folder [resetRpath]' if len(sys.argv) < 2: print usage print(usage) return -1 inputFolder= sys.argv[1] Loading @@ -83,7 +83,7 @@ def main(): if len(sys.argv) == 3: resetRpath = True if not os.path.exists(inputFolder): print 'Input folder '+inputFolder+' does not exist!' print('Input folder '+inputFolder+' does not exist!') return -1 # Fix all of the .dylib files in the given folder Loading Loading @@ -114,6 +114,3 @@ def main(): # Execute main() when called from command line if __name__ == "__main__": sys.exit(main())