mirror of
https://github.com/Deepshift/DeepCreamPy.git
synced 2024-11-28 11:09:42 +00:00
reverted changes in file.py
This commit is contained in:
parent
bdf8fd904e
commit
b0afc6268f
2
file.py
2
file.py
@ -1,6 +1,6 @@
|
|||||||
import os
|
import os
|
||||||
|
|
||||||
def check_file(input_dir_path, output_dir_path, Release_version = True):
|
def check_file(input_dir, output_dir, Release_version = True):
|
||||||
file_list = []
|
file_list = []
|
||||||
output_file_list = []
|
output_file_list = []
|
||||||
files_removed = []
|
files_removed = []
|
||||||
|
Loading…
Reference in New Issue
Block a user