From c7fb2ef2232f6d75b94391dd22bf68683e80da91 Mon Sep 17 00:00:00 2001 From: Filipp Lepalaan Date: Mon, 28 Dec 2009 22:08:20 +0200 Subject: Cleaned up old cruft --- README | 2 +- finalstore.py | 4 ++-- presscut.pyc | Bin 2831 -> 0 bytes 3 files changed, 3 insertions(+), 3 deletions(-) delete mode 100644 presscut.pyc diff --git a/README b/README index e85cbd3..c1f34ed 100644 --- a/README +++ b/README @@ -3,7 +3,7 @@ - User selects assets in FCSvr and clicks Archive. FCSvr moves the asset to it's Archive Device and marks it as archived - archive.sh writes the file paths to /tmp/fcs_toArchive -- launchd job (fi.tvtools.finalstore) runs runner.py every n seconds +- launchd job (fi.tvtools.finalstore) runs finalstore.py every n seconds - finalstore.py forwards the file list to a customized awcli.sh, waits for the job to finish and runs growlnotify to let the user know of what happened diff --git a/finalstore.py b/finalstore.py index 40e5bf4..f7d9cd9 100755 --- a/finalstore.py +++ b/finalstore.py @@ -1,7 +1,7 @@ #!/usr/bin/env python -Wall # This is only run from launchd # @author Filipp Lepalaan -# @updated 10.12.2009 +# @updated 28.12.2009 # @created 09.12.2009 import sys, time, os, glob, traceback @@ -17,7 +17,7 @@ def growl(str): try: Popen(cmd, shell=False).communicate() except Exception, e: - print "Growl failed" + print "Failed to initialize Growl" """ diff --git a/presscut.pyc b/presscut.pyc deleted file mode 100644 index 80a4617..0000000 Binary files a/presscut.pyc and /dev/null differ -- cgit v1.2.3