Code Review
/
laas.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
a6befd9
)
Fix small issue
80/70880/1
author
Sean Smith
<ssmith@iol.unh.edu>
Mon, 24 Aug 2020 19:37:23 +0000
(15:37 -0400)
committer
Sean Smith
<ssmith@iol.unh.edu>
Mon, 24 Aug 2020 19:37:23 +0000
(15:37 -0400)
Signed-off-by: Sean Smith <ssmith@iol.unh.edu>
Change-Id: Iddd8e06d00a8956610936b280e1538380defac30
src/resource_inventory/models.py
patch
|
blob
|
history
diff --git
a/src/resource_inventory/models.py
b/src/resource_inventory/models.py
index
fd2ef9d
..
fb3c33e
100644
(file)
--- a/
src/resource_inventory/models.py
+++ b/
src/resource_inventory/models.py
@@
-205,7
+205,7
@@
class ResourceBundle(models.Model):
try:
pn.release()
except Exception as e:
- print("Exception occurred while trying to release resource ", pn.v
alid
_id)
+ print("Exception occurred while trying to release resource ", pn.v
lan
_id)
print(e)
traceback.print_exc()