summaryrefslogtreecommitdiff
path: root/scss/legacy.py
diff options
context:
space:
mode:
authorJohn Cartee <jrcartee@gmail.com>2014-10-17 06:57:29 -0500
committerJohn Cartee <jrcartee@gmail.com>2014-10-17 06:57:29 -0500
commit38cea2963b1dafd1442e81e91f3ed38ccc287736 (patch)
tree07628061a5bc9e73e34c8ca614e8d9e11e69c931 /scss/legacy.py
parent56f00e422cac05b9c90c843c4eafdf93ab2e75d8 (diff)
downloadpyscss-38cea2963b1dafd1442e81e91f3ed38ccc287736.tar.gz
fixed bug from watchdog use
Diffstat (limited to 'scss/legacy.py')
-rw-r--r--scss/legacy.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/scss/legacy.py b/scss/legacy.py
index fef131f..1e69e65 100644
--- a/scss/legacy.py
+++ b/scss/legacy.py
@@ -169,7 +169,7 @@ class Scss(object):
# filename a source "thinks" it is
with open(scss_file, 'rb') as f:
source = SourceFile.from_file(
- scss_file,
+ f,
relpath=filename or scss_file,
is_sass=is_sass,
)