Islujian

Avatar
  • Total activity 3
  • Last activity
  • Member since
  • Following 0 users
  • Followed by 0 users
  • Votes 0
  • Subscriptions 1
  • Created

    Bug caused by setting the breakpoint

    from flask import Flask import os app = Flask(__name__) if __name__ == '__main__': for root, dirs, files in os.walk('/Users/test/dir/', topdown=False): for filename in files: ...
    • 2 followers
    • 3 comments
    • 0 votes