Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8779093
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 13, 20262026-06-13T19:41:46+00:00 2026-06-13T19:41:46+00:00

findloc is another subroutine i created,when parse is called sometimes it returns None and

  • 0

findloc is another subroutine i created,when parse is called sometimes it returns None and sometimes a value, when trying to rstrip I am getting the following error?how to use rstrip only when the object is non “nonetype” or please suggest any other method.

    build_loc=parse(findloc(targetmeta_cid).strip())
    Target_list.append(build_loc.rstrip('\r\n'))

Error

 Target_list.append(build_loc.rstrip('\r\n'))AttributeError: 'NoneType' object has no attribute 'rstrip'
  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-13T19:41:47+00:00Added an answer on June 13, 2026 at 7:41 pm

    You can this

    if build_loc is not None:
        Target_list.append(build_loc.rstrip('\r\n'))
    

    in order to make it work. Hope this helps 🙂

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm trying to change a cookie for the users location in a before filter
I have created a collection in DB and updated with proper indexing to retrieve
What is the correct way to unit test a method that returns a sequence
I keep getting thrown out of my mongo session when I do queries like
I am returning an object in function but it returns undefined why? here is
I'm new to ASP (new job uses a windows server and I've only used
MongoDB shell version: 2.1.0 $near operator works fine. But as I try (in mongodb
Querying geospatial data in mongodb looks straight forward enough through the shell script, however,
example can be found at: http://projects.snowshtechnologies.com/findhrr/_admin/_geolocate/content.php view the source for the full idea. I
db.posts.ensureIndex({loc:2d}) If I do that and query by it... What are the units? db.posts.find({loc:

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.