Menu

os.path.join

2010-08-28
2013-04-26
  • Franz Steinhaeusler

    One thing I saw, is, that very often the path is created simple by adding strings
    so instead of filename = dir + "/file" it should used filename = os.path.join(dir, "file")

     
  • Franz Steinhaeusler

    should be fixed now (at least in most cases)

     

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.