Skip to content

fix: ~/.gpyhistory: no such file or directory #63

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

Merged
merged 1 commit into from
Jul 22, 2019

Conversation

mattheusv
Copy link

Now when the ~/.gpyhistory file does not exist, do not show the error
message in the repl, as long as this does not disrupt the experience in the repl.

Fixes #62.

Now when the ~/.gpyhistory file does not exist, do not show the error
message in the repl, as long as this does not disrupt the experience in the repl.

Fixes go-python#62.
@codecov-io
Copy link

Codecov Report

Merging #63 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #63   +/-   ##
=======================================
  Coverage   68.44%   68.44%           
=======================================
  Files          59       59           
  Lines       10488    10488           
=======================================
  Hits         7179     7179           
  Misses       2803     2803           
  Partials      506      506

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 59f6a86...2a57dd2. Read the comment docs.

@ncw ncw merged commit 749f0be into go-python:master Jul 22, 2019
@ncw
Copy link
Collaborator

ncw commented Jul 22, 2019

That is great - perfect fix, thank you.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

no such file or directory at first time gpython repl
3 participants