Remove TODO line - it's functional and tested to work.
This commit is contained in:
parent
99917807bd
commit
e7a140248c
|
|
@ -196,7 +196,6 @@ class Profile(Script):
|
||||||
|
|
||||||
def is_top_level_profile(self):
|
def is_top_level_profile(self):
|
||||||
with open(self.path, 'r') as source:
|
with open(self.path, 'r') as source:
|
||||||
# TODO: I imagine that there is probably a better way to write this.
|
|
||||||
source_data = source.read()
|
source_data = source.read()
|
||||||
return 'top_level_profile = True' in source_data
|
return 'top_level_profile = True' in source_data
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue