Skip to content

Commit 566c092

Browse files
committed
Fix bug
1 parent 484dfec commit 566c092

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source-code/processes/monitor.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ def get_filename_suffix(file_id):
140140

141141

142142
def get_filename(file_id):
143-
return platform.node() + suffix + get_filename_suffix(file_id)
143+
return platform.node() + get_filename_suffix(file_id)
144144

145145

146146
def main():

0 commit comments

Comments
 (0)