Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
CIRCLE
/
cloud
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
94
Merge Requests
10
Pipelines
Wiki
Snippets
Members
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
A prog2-höz tartozó friss repo anyagok itt elérhetőek:
https://git.iit.bme.hu/
Commit
f0c7a301
authored
Jun 10, 2014
by
Guba Sándor
Committed by
Őry Máté
Jun 13, 2014
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
storage: fixed is_ready flag usage
parent
7b191b30
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
+3
-0
circle/storage/models.py
+3
-0
No files found.
circle/storage/models.py
View file @
f0c7a301
...
@@ -314,6 +314,8 @@ class Disk(AclBase, TimeStampedModel):
...
@@ -314,6 +314,8 @@ class Disk(AclBase, TimeStampedModel):
queue
=
queue_name
queue
=
queue_name
)
.
get
(
timeout
=
timeout
)
)
.
get
(
timeout
=
timeout
)
self
.
is_ready
=
True
self
.
save
()
return
True
return
True
@classmethod
@classmethod
...
@@ -363,6 +365,7 @@ class Disk(AclBase, TimeStampedModel):
...
@@ -363,6 +365,7 @@ class Disk(AclBase, TimeStampedModel):
AbortableAsyncResult
(
remote
.
id
)
.
abort
()
AbortableAsyncResult
(
remote
.
id
)
.
abort
()
raise
Exception
(
"Download aborted by user."
)
raise
Exception
(
"Download aborted by user."
)
disk
.
size
=
size
disk
.
size
=
size
disk
.
is_ready
=
True
disk
.
save
()
disk
.
save
()
return
disk
return
disk
...
...
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