You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
head = ''.join(itertools.islice(open(self.fname, "r"), 5))
IOError: [Errno 2] No such file or directory: u'/home/clemsos/Dev/topogram/topogram-server/uploads/Chunwan.csv' 118 <type 'int'>
The text was updated successfully, but these errors were encountered:
Error should be handled properly and return 401
head = ''.join(itertools.islice(open(self.fname, "r"), 5))
IOError: [Errno 2] No such file or directory: u'/home/clemsos/Dev/topogram/topogram-server/uploads/Chunwan.csv' 118 <type 'int'>
The text was updated successfully, but these errors were encountered: