Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
D
django-pipeline
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
OpenEdx
django-pipeline
Commits
d93f22ad
Commit
d93f22ad
authored
Aug 28, 2011
by
Timothée Peignier
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
storage are a big black box
parent
089545ee
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
+1
-1
pipeline/versioning/mtime/__init__.py
+1
-1
No files found.
pipeline/versioning/mtime/__init__.py
View file @
d93f22ad
...
...
@@ -15,6 +15,6 @@ class MTimeVersioning(VersioningBase):
output_filename
=
self
.
output_filename
(
output_file
,
version
)
try
:
modified_time
=
storage
.
modified_time
(
output_filename
)
except
E
nvironmentError
:
except
E
xception
:
return
True
,
version
return
(
int
(
time
.
mktime
(
modified_time
.
timetuple
()))
<
int
(
version
)),
version
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment