Skip to content

Commit

Permalink
Merge pull request docker#3433 from anton44eg/issue_3432
Browse files Browse the repository at this point in the history
add msg attribute to ProjectError class
  • Loading branch information
aanand committed May 12, 2016
2 parents dc88e54 + 4b01f6d commit 72f6a5c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion compose/project.py
Original file line number Diff line number Diff line change
Expand Up @@ -539,4 +539,5 @@ def __str__(self):


class ProjectError(Exception):
pass
def __init__(self, msg):
self.msg = msg

0 comments on commit 72f6a5c

Please sign in to comment.