diff options
-rw-r--r-- | README | 2 | ||||
-rwxr-xr-x | finalstore.py | 4 | ||||
-rw-r--r-- | presscut.pyc | bin | 2831 -> 0 bytes |
3 files changed, 3 insertions, 3 deletions
@@ -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 <filipp@tvtools.fi> -# @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 Binary files differdeleted file mode 100644 index 80a4617..0000000 --- a/presscut.pyc +++ /dev/null |