This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author maakvol
Recipients docs@python, maakvol, xtreak
Date 2019-04-18.14:50:14
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1555599015.06.0.254107685866.issue36657@roundup.psfhosted.org>
In-reply-to
Content
File "/home/maak/PycharmProjects/Fyp/venv/local/lib/python2.7/site-packages/tensorflow/python/platform/app.py", line 48, in run
    _sys.exit(main(_sys.argv[:1] + flags_passthrough))
  File "main.py", line 132, in main
    bestmodel_dir = os.path.join(FLAGS.train_dir, "best_checkpoint")
  File "/home/maak/PycharmProjects/Fyp/venv/lib/python2.7/posixpath.py", line 70, in join
    elif path == '' or path.endswith('/'):
AttributeError: 'bool' object has no attribute 'endswith'
History
Date User Action Args
2019-04-18 14:50:15maakvolsetrecipients: + maakvol, docs@python, xtreak
2019-04-18 14:50:15maakvolsetmessageid: <1555599015.06.0.254107685866.issue36657@roundup.psfhosted.org>
2019-04-18 14:50:15maakvollinkissue36657 messages
2019-04-18 14:50:14maakvolcreate