Changeset 669 for trunk


Ignore:
Timestamp:
10/23/13 06:23:09 (11 years ago)
Author:
Nicholas Riley
Message:

StreamVision.py: Fix OneFileCache.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/StreamVision/StreamVision.py

    r668 r669  
    179179        if key == self.key:
    180180            self.key = None
    181             os.remove(cache)
     181            os.remove(self.cache)
    182182
    183183class StreamVision(NSApplication):
Note: See TracChangeset for help on using the changeset viewer.