Skip to content
This repository has been archived by the owner. It is now read-only.

Ticket26736 #234

Closed
wants to merge 4 commits into from
Closed

Ticket26736 #234

wants to merge 4 commits into from

Conversation

Labels
None yet
Projects
None yet
Linked issues

Successfully merging this pull request may close these issues.

None yet

3 participants
@juga0
Copy link
Contributor

@juga0 juga0 commented Jul 13, 2018

No description provided.

juga0 added 3 commits Jul 13, 2018
reading from the file created in the same test
reading the whole file is already in other test and software version
changes with every release
@@ -145,4 +119,15 @@ def test_from_arg_results_write(datadir, tmpdir, conf, args):
v3bwfile = V3BWFile.from_arg_results(args, conf, results)
output = os.path.join(args.output, now_fname())
v3bwfile.write(output)
print(output)
Copy link
Member

@pastly pastly Jul 16, 2018

This looks like a debugging print statement. Do we need it?

If you push a fixup commit, I'll squash and merge!

Copy link
Contributor Author

@juga0 juga0 Jul 16, 2018

No, we don't need it, it was indeed for debugging.
My editor is not reloading files when i change branch, that's why i'm not realizing about the lines i use for my -dev branch remain in the one i use to push

@pastly
Copy link
Member

@pastly pastly commented Jul 16, 2018

Squashed and merged via b4bfea6..15ad0ca, thanks!

@pastly pastly closed this Jul 16, 2018
@teor2345
Copy link
Contributor

@teor2345 teor2345 commented Jul 16, 2018

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.