Skip to content
This repository was archived by the owner on Nov 22, 2022. It is now read-only.

EASY [PyText] --include doc and remove trailing / #796

Closed

Conversation

Titousensei
Copy link
Contributor

Summary:
before fix we get an error

> pytext --include demo/datasource/ train < my_classifier.json
Including: demo/datasource/
... importing module: demo.datasource..source
Traceback (most recent call last):
   <...>
ModuleNotFoundError: No module named 'demo.datasource.'

Differential Revision: D16369878

@facebook-github-bot facebook-github-bot added the CLA Signed Do not delete this pull request or issue due to inactivity. label Jul 19, 2019
Titousensei added a commit to Titousensei/pytext that referenced this pull request Jul 22, 2019
Summary:
Pull Request resolved: facebookresearch#796

before fix we get an error

    > pytext --include demo/datasource/ train < my_classifier.json
    Including: demo/datasource/
    ... importing module: demo.datasource..source
    Traceback (most recent call last):
       <...>
    ModuleNotFoundError: No module named 'demo.datasource.'

Differential Revision: D16369878

fbshipit-source-id: 0e5f6e8e33919360357bdb9b1cfbb16cf881e40c
Titousensei added a commit to Titousensei/pytext that referenced this pull request Jul 24, 2019
Summary:
Pull Request resolved: facebookresearch#796

before fix we get an error

    > pytext --include demo/datasource/ train < my_classifier.json
    Including: demo/datasource/
    ... importing module: demo.datasource..source
    Traceback (most recent call last):
       <...>
    ModuleNotFoundError: No module named 'demo.datasource.'

Reviewed By: bethebunny

Differential Revision: D16369878

fbshipit-source-id: 3627608f894b51a4e1a3002240b7a20fe370614c
Titousensei added a commit to Titousensei/pytext that referenced this pull request Jul 24, 2019
Summary:
Pull Request resolved: facebookresearch#796

before fix we get an error

    > pytext --include demo/datasource/ train < my_classifier.json
    Including: demo/datasource/
    ... importing module: demo.datasource..source
    Traceback (most recent call last):
       <...>
    ModuleNotFoundError: No module named 'demo.datasource.'

Reviewed By: bethebunny

Differential Revision: D16369878

fbshipit-source-id: ec9d122d518a01ce82ca5f3b0f3e40d12000a207
Summary:
Pull Request resolved: facebookresearch#796

before fix we get an error

    > pytext --include demo/datasource/ train < my_classifier.json
    Including: demo/datasource/
    ... importing module: demo.datasource..source
    Traceback (most recent call last):
       <...>
    ModuleNotFoundError: No module named 'demo.datasource.'

Reviewed By: bethebunny

Differential Revision: D16369878

fbshipit-source-id: 50c7203ec849bdc5764ad2fba91fe58de04c3c55
@facebook-github-bot
Copy link
Contributor

This pull request has been merged in 44d4d0c.

@Titousensei Titousensei deleted the export-D16369878 branch July 31, 2019 21:53
@Titousensei Titousensei restored the export-D16369878 branch July 31, 2019 21:54
@Titousensei Titousensei deleted the export-D16369878 branch August 2, 2019 22:52
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
CLA Signed Do not delete this pull request or issue due to inactivity. Merged
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants