Skip to content
This repository has been archived by the owner on Jun 18, 2020. It is now read-only.

Simplify moving files from worksheet to cell #340

Merged
merged 1 commit into from
Feb 9, 2015

Conversation

jdemeyer
Copy link
Contributor

@jdemeyer jdemeyer commented Feb 9, 2015

I strongly dislike code like

except Exception as msg:
    print "Error copying file from worksheet process:", msg

Such error messages throw away the most useful information of an exception, namely the traceback.

Then also simplify the code by changing the copy + unlink to a move.

novoselt added a commit that referenced this pull request Feb 9, 2015
Simplify moving files from worksheet to cell
@novoselt novoselt merged commit bec9e20 into sagemath:master Feb 9, 2015
@jdemeyer jdemeyer deleted the simplify_move branch April 7, 2016 07:40
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants