Skip to content

Commit fc3b6c9

Browse files
committed
chore: do error on purpose to fail travis job
1 parent a482f0b commit fc3b6c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/utils/file_utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ def clean(path):
139139
if os.path.isfile(path):
140140
File.write(path, text='')
141141
else:
142-
raise IOError('Error: %s file not found' % path)
142+
raise FileNotFoundError('Error: %s file not found' % path)
143143

144144
@staticmethod
145145
def find_by_extension(folder, extension):

0 commit comments

Comments
 (0)