aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFilipp Lepalaan <filipp@mekanisti.fi>2009-12-28 22:08:20 +0200
committerFilipp Lepalaan <filipp@mekanisti.fi>2009-12-28 22:08:20 +0200
commitc7fb2ef2232f6d75b94391dd22bf68683e80da91 (patch)
tree59d96e9a4f7e923424fa1a563bf2e24891971a90
parent9845988e5e3cc1bec0ae98476f04b46dabc94f5a (diff)
downloadFinalStore-c7fb2ef2232f6d75b94391dd22bf68683e80da91.tar.gz
FinalStore-c7fb2ef2232f6d75b94391dd22bf68683e80da91.tar.bz2
FinalStore-c7fb2ef2232f6d75b94391dd22bf68683e80da91.zip
Cleaned up old cruft
-rw-r--r--README2
-rwxr-xr-xfinalstore.py4
-rw-r--r--presscut.pycbin2831 -> 0 bytes
3 files changed, 3 insertions, 3 deletions
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 <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
deleted file mode 100644
index 80a4617..0000000
--- a/presscut.pyc
+++ /dev/null
Binary files differ