Skip to content

Commit

Permalink
Merge pull request #442 from kiendang/raise-typo
Browse files Browse the repository at this point in the history
Fix syntax typo
  • Loading branch information
Zsailer authored Mar 9, 2021
2 parents 36218db + 2c3d640 commit dfc2c74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jupyter_server/serverapp.py
Original file line number Diff line number Diff line change
Expand Up @@ -1978,7 +1978,7 @@ def remove_browser_open_files(self):
os.unlink(self.browser_open_file_to_run)
except OSError as e:
if e.errno != errno.ENOENT:
raises
raise

def remove_browser_open_file(self):
"""Remove the jpserver-<pid>-open.html file created for this server.
Expand Down

0 comments on commit dfc2c74

Please sign in to comment.