Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Changes in check of file path #95

Open
wants to merge 2 commits into
base: develop
Choose a base branch
from

Commits on May 29, 2015

  1. Changes in check of file path

    Previously, if you had entered a non-existent path load falling on a line 961 with an error "Not such file or directory: 'name_of_file.tmp'".
    Changed check the file path: added an Exception when entering a non-existent path, plus refactoring - got rid of one variable.
    julia-bikova committed May 29, 2015
    Configuration menu
    Copy the full SHA
    d2c023a View commit details
    Browse the repository at this point in the history

Commits on May 31, 2015

  1. IOError instead of common Exception

    IOError instead of common Exception
    julia-bikova committed May 31, 2015
    Configuration menu
    Copy the full SHA
    5a95694 View commit details
    Browse the repository at this point in the history