Skip to content
This repository has been archived by the owner on Jul 7, 2021. It is now read-only.

Commit

Permalink
v0.71
Browse files Browse the repository at this point in the history
minor fix
0xferit committed Oct 20, 2015
1 parent a773083 commit 360f365
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pipeline_caller.py
Original file line number Diff line number Diff line change
@@ -17,7 +17,7 @@

author_copyright = "\nCopyright 2015 Ferit Tunçer ferit.tuncer@autistici.org"

version = 0.70
version = 0.71

import sys
import urllib.request
@@ -118,7 +118,7 @@ def getOutputPath():
if not os.path.exists(args.output_dir):
os.makedirs(args.output_dir)
filepath = os.path.join(args.output_dir, "output{0}".format(str(time.time()).split('.')[0]))
conditional_info("[INFO] Output destination: .{}".format(filepath))
conditional_info("[INFO] Output destination: .{}{}".format(os.sep, filepath))
return filepath
except:
raise

0 comments on commit 360f365

Please sign in to comment.