flake8 fix
This commit is contained in:
@@ -16,7 +16,8 @@ args = arguments.parse_args()
|
|||||||
|
|
||||||
TICKER_INTERVALS = ['1m', '5m']
|
TICKER_INTERVALS = ['1m', '5m']
|
||||||
|
|
||||||
dl_path = args.export if args.export and os.path.exists(args.export) else os.path.join(DEFAULT_DL_PATH, args.exchange)
|
dl_path = args.export if args.export and os.path.exists(args.export) \
|
||||||
|
else os.path.join(DEFAULT_DL_PATH, args.exchange)
|
||||||
if not os.path.isdir(dl_path):
|
if not os.path.isdir(dl_path):
|
||||||
sys.exit(f'Directory {dl_path} does not exist.')
|
sys.exit(f'Directory {dl_path} does not exist.')
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user