You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@beam.apache.org by "Kengo Seki (JIRA)" <ji...@apache.org> on 2019/01/15 08:02:00 UTC

[jira] [Created] (BEAM-6433) Clean up an untracked file generated by python doctest

Kengo Seki created BEAM-6433:
--------------------------------

             Summary: Clean up an untracked file generated by python doctest
                 Key: BEAM-6433
                 URL: https://issues.apache.org/jira/browse/BEAM-6433
             Project: Beam
          Issue Type: Improvement
          Components: testing
            Reporter: Kengo Seki
            Assignee: Kengo Seki


Running {{./gradlew :beam-sdks-python:docs}} leaves an untracked file called {{myoutput-00000-of-00001}} as follows. It should be removed when the test is finished.

{code}
$ git status 
On branch master
Your branch is up to date with 'origin/master'.

Untracked files:
  (use "git add <file>..." to include in what will be committed)

	sdks/python/myoutput-00000-of-00001

nothing added to commit but untracked files present (use "git add" to track)
{code}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)