Skip to content

Commit a7eb435

Browse files
committed
Resource/config_file can be None sometimes
1 parent fa2f0e1 commit a7eb435

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

iocage/lib/Resource.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@ def _detect_config_type(self) -> int:
209209
return 0
210210

211211
@property
212-
def config_file(self) -> str:
212+
def config_file(self) -> typing.Optional[str]:
213213
"""
214214
Relative path of the resource config file
215215
"""

0 commit comments

Comments
 (0)