mirror of
https://github.com/simonw/datasette.git
synced 2025-12-10 16:51:24 +01:00
Removed rogue print statement, refs #141
This commit is contained in:
parent
cbfd6b745e
commit
61e3c5a1e9
1 changed files with 0 additions and 1 deletions
|
|
@ -504,5 +504,4 @@ def link_or_copy(src, dst):
|
|||
try:
|
||||
os.link(src, dst)
|
||||
except OSError as e:
|
||||
print('Got OSError {} linking {} to {}'.format(e, src, dst))
|
||||
shutil.copyfile(src, dst)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue