GithubHelp home page GithubHelp logo

Comments (5)

lordlycastle avatar lordlycastle commented on July 30, 2024

Have the same issue. Would love to know if this is a correct fix and get an update.

Actually that isn't working for me 😭

from bass.

livioribeiro avatar livioribeiro commented on July 30, 2024

I just found that the solution is to edit a few lines before that:

new_env = new_env.strip()

Changing that to:

new_env = new_env.strip() if new_env else old_env

But then again, I do not know the consequences of doing that.

from bass.

edc avatar edc commented on July 30, 2024

Just pushed a fix. Hope it helps.

from bass.

fcwoknhenuxdfiyv avatar fcwoknhenuxdfiyv commented on July 30, 2024

Sorry to revive an old issue, but this happens to me if I exit a script early with an exit 0 statement. Without the ability to exit early, scripts have to be written with a bunch of case or if/then code.

I looked at __bass.py and the code mentioned in the comments above is not there. Was the fix reverted?

from bass.

fcwoknhenuxdfiyv avatar fcwoknhenuxdfiyv commented on July 30, 2024

I overlooked the fact that the scripts are sourced, so I should be using return 0 instead.

from bass.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.